diff --git a/yubikey.install b/yubikey.install
index c8f29d7..5c460f2 100644
--- a/yubikey.install
+++ b/yubikey.install
@@ -5,14 +5,6 @@
  */
 
 /**
- * Implementation of hook_install().
- */
-function yubikey_install() {
-  // Create table.
-  drupal_install_schema('yubikey');
-}
-
-/**
  * Implementation of hook_uninstall().
  */
 function yubikey_uninstall() {
@@ -43,9 +35,6 @@ function yubikey_uninstall() {
   $res2 = db_delete('authmap')
     ->condition('module', 'yubikey')
     ->execute();
-    
-  // Drop table.
-  drupal_uninstall_schema('yubikey');
 }
 
 /**
