Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.577
diff -u -p -r1.577 taxonomy.module
--- modules/taxonomy/taxonomy.module	11 Feb 2010 17:44:47 -0000	1.577
+++ modules/taxonomy/taxonomy.module	2 Mar 2010 08:31:10 -0000
@@ -920,16 +920,6 @@ class TaxonomyVocabularyController exten
     $this->query->orderBy('base.weight');
     $this->query->orderBy('base.name');
   }
-
-  protected function attachLoad(&$records) {
-    foreach ($records as $record) {
-      // If no node types are associated with a vocabulary, the LEFT JOIN will
-      // return a NULL value for type.
-      $queried_vocabularies[$record->vid] = $record;
-    }
-    $records = $queried_vocabularies;
-    parent::attachLoad($records);
-  }
 }
 
 /**
