summaryrefslogtreecommitdiff
path: root/modules/dblog/dblog.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dblog/dblog.install')
-rw-r--r--modules/dblog/dblog.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install
index 717be592c..fef784fb7 100644
--- a/modules/dblog/dblog.install
+++ b/modules/dblog/dblog.install
@@ -7,22 +7,6 @@
*/
/**
- * Implement hook_install().
- */
-function dblog_install() {
- // Create tables.
- drupal_install_schema('dblog');
-}
-
-/**
- * Implement hook_uninstall().
- */
-function dblog_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('dblog');
-}
-
-/**
* Implement hook_schema().
*/
function dblog_schema() {