summaryrefslogtreecommitdiff
path: root/modules/update/update.schema
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.schema')
-rw-r--r--modules/update/update.schema7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/update/update.schema b/modules/update/update.schema
deleted file mode 100644
index 20663197b..000000000
--- a/modules/update/update.schema
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-// $Id$
-
-function update_schema() {
- $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
- return $schema;
-}