diff --git a/profile_role.install b/profile_role.install
index 091dc7b..c72e36e 100644
--- a/profile_role.install
+++ b/profile_role.install
@@ -36,14 +35,0 @@ function profile_role_schema() {
-
-/**
- * Implementation of hook_install().
- */
-function profile_role_install() {
-  drupal_install_schema('profile_role');
-}
-
-/**
- * Implementation of hook_uninstall().
- */
-function profile_role_uninstall() {
-  drupal_uninstall_schema('profile_role');
-}
