summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy/taxonomy.install')
-rw-r--r--modules/taxonomy/taxonomy.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install
index 807c93375..c4c2a542c 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/modules/taxonomy/taxonomy.install
@@ -6,21 +6,10 @@
* Install, update and uninstall functions for the taxonomy module.
*/
- /**
- * Implement hook_install().
- */
-function taxonomy_install() {
- // Create tables.
- drupal_install_schema('taxonomy');
-}
-
/**
* Implement hook_uninstall().
*/
function taxonomy_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('taxonomy');
-
// Remove variables.
variable_del('taxonomy_override_selector');
variable_del('taxonomy_terms_per_page_admin');