summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-27 15:23:49 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-27 15:23:49 +0000
commitd24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31 (patch)
treeb45a043101e39e22f9381916b5fd28753beb60ff /includes
parentbdcf08c2f756bb644bfb4a9685f05a77cd41a9b0 (diff)
downloadbrdo-d24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31.tar.gz
brdo-d24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31.tar.bz2
- Patch #664544 by yched: removed unnecessary drupal_static_reset().
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index c66db98aa..9c4ce49f8 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6326,7 +6326,6 @@ function entity_get_info($entity_type = NULL) {
function entity_info_cache_clear() {
drupal_static_reset('entity_get_info');
cache_clear_all('entity_info', 'cache');
- drupal_static_reset('entity_view_mode_info');
}
/**