summaryrefslogtreecommitdiff
path: root/modules/openid/openid.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/openid.install')
-rw-r--r--modules/openid/openid.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/openid/openid.install b/modules/openid/openid.install
index 6dd056bcd..62955ad2b 100644
--- a/modules/openid/openid.install
+++ b/modules/openid/openid.install
@@ -7,22 +7,6 @@
*/
/**
- * Implement hook_install().
- */
-function openid_install() {
- // Create table.
- drupal_install_schema('openid');
-}
-
-/**
- * Implement hook_uninstall().
- */
-function openid_uninstall() {
- // Remove table.
- drupal_uninstall_schema('openid');
-}
-
-/**
* Implement hook_schema().
*/
function openid_schema() {