From a304502f8aa66aaad7542b25480572228db70e3c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 May 2009 10:39:42 +0000 Subject: - Patch #445468 by reaneyk: remove no-op block_update_7000(). --- modules/block/block.install | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules') 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(); -} -- cgit v1.2.3