summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.install')
-rw-r--r--modules/statistics/statistics.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install
index aca554790..396faab80 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -7,20 +7,9 @@
*/
/**
- * Implement hook_install().
- */
-function statistics_install() {
- // Create tables.
- drupal_install_schema('statistics');
-}
-
-/**
* Implement hook_uninstall().
*/
function statistics_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('statistics');
-
// Remove variables.
variable_del('statistics_count_content_views');
variable_del('statistics_enable_access_log');