summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/block/block.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index a249c000e..628e9160d 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -186,10 +186,3 @@ function block_install() {
function block_uninstall() {
drupal_uninstall_schema('block');
}
-
-/**
- * Refresh the block cache.
- */
-function block_update_7000() {
- return array();
-}