summaryrefslogtreecommitdiff
path: root/modules/comment/comment.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r--modules/comment/comment.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 725793099..84111ce1e 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -7,20 +7,9 @@
*/
/**
- * Implement hook_install().
- */
-function comment_install() {
- // Create tables.
- drupal_install_schema('comment');
-}
-
-/**
* Implement hook_uninstall().
*/
function comment_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('comment');
-
// Remove variables.
variable_del('comment_block_count');
$node_types = array_keys(node_type_get_types());