summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index e992e70d3..cc4d2258a 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -7,20 +7,9 @@
*/
/**
- * Implement hook_install().
- */
-function aggregator_install() {
- // Create tables.
- drupal_install_schema('aggregator');
-}
-
-/**
* Implement hook_uninstall().
*/
function aggregator_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('aggregator');
-
variable_del('aggregator_allowed_html_tags');
variable_del('aggregator_summary_items');
variable_del('aggregator_clear');