Index: modules/field/field.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.install,v
retrieving revision 1.2
diff -u -r1.2 field.install
--- modules/field/field.install	10 Feb 2009 03:16:14 -0000	1.2
+++ modules/field/field.install	10 Feb 2009 21:17:24 -0000
@@ -9,38 +9,6 @@
 }
 
 /**
- * Implementation of hook_uninstall().
- */
-function field_uninstall() {
-  drupal_uninstall_schema('field');
-}
-
-/**
- * Implementation of hook_enable().
- */
-function field_enable() {
-  // Make sure old data is emptied out of the caches, since it
-  // may no longer be valid since the module was last enabled,
-  // especially if not all the same field modules are enabled
-  // as before. Especially needed during updates.
-  module_load_include('inc', 'field', 'field.crud');
-  module_load_include('inc', 'field', 'field.info');
-  cache_clear_all('*', 'cache_field', TRUE);
-  field_cache_clear(TRUE);
-}
-
-/**
- * Implementation of hook_disable().
- */
-function field_disable() {
-  // Make sure old data is emptied out of the caches, since it
-  // may no longer be valid when the module is re-enabled.
-  module_load_include('inc', 'field', 'field.crud');
-  cache_clear_all('*', 'cache_field', TRUE);
-  field_cache_clear(TRUE);
-}
-
-/**
  * Implementation of hook_schema.
  */
 function field_schema() {
