summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-15 04:34:27 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-15 04:34:27 +0000
commita3bc10c4ab9bf30adc031f20c4aac38355bd90e4 (patch)
tree99fec441bf593a3ed87747ae3089f19f9df77c9b /modules
parentb1d2adf26af61f57ab9df046a020db6142fe74de (diff)
downloadbrdo-a3bc10c4ab9bf30adc031f20c4aac38355bd90e4.tar.gz
brdo-a3bc10c4ab9bf30adc031f20c4aac38355bd90e4.tar.bz2
#910190 by sun: Remove schema cache from needlessly being loaded on all pages. Performance improvement.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/tests/entity_cache_test_dependency.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/simpletest/tests/entity_cache_test_dependency.module b/modules/simpletest/tests/entity_cache_test_dependency.module
index 19d51cc36..1f9c1c3ba 100644
--- a/modules/simpletest/tests/entity_cache_test_dependency.module
+++ b/modules/simpletest/tests/entity_cache_test_dependency.module
@@ -13,7 +13,6 @@ function entity_cache_test_dependency_entity_info() {
return array(
'entity_cache_test' => array(
'label' => 'Entity Cache Test',
- 'base table' => 'entity_cache_test',
),
);
}