summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-06 10:39:42 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-06 10:39:42 +0000
commita304502f8aa66aaad7542b25480572228db70e3c (patch)
tree3116e60b75638cce70a4cf817714569751d5b127 /modules
parenta40002c76b4d3496e117da49c4f1fdfa2120caba (diff)
downloadbrdo-a304502f8aa66aaad7542b25480572228db70e3c.tar.gz
brdo-a304502f8aa66aaad7542b25480572228db70e3c.tar.bz2
- Patch #445468 by reaneyk: remove no-op block_update_7000().
Diffstat (limited to 'modules')
-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();
-}