Skip to content
Snippets Groups Projects
Commit a304502f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #445468 by reaneyk: remove no-op block_update_7000().

parent a40002c7
No related branches found
No related tags found
No related merge requests found
......@@ -186,10 +186,3 @@ function block_install() {
function block_uninstall() {
drupal_uninstall_schema('block');
}
/**
* Refresh the block cache.
*/
function block_update_7000() {
return array();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment