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

merge-requests/26/head
Dries Buytaert 2009-05-06 10:39:42 +00:00
parent a40002c76b
commit a304502f8a
1 changed files with 0 additions and 7 deletions

View File

@ -186,10 +186,3 @@ function block_install() {
function block_uninstall() {
drupal_uninstall_schema('block');
}
/**
* Refresh the block cache.
*/
function block_update_7000() {
return array();
}