diff --git a/core/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module index b005c5c..be08ccc 100644 --- a/core/modules/toolbar/toolbar.module +++ b/core/modules/toolbar/toolbar.module @@ -720,9 +720,6 @@ function _toolbar_clear_user_cache($uid = NULL) { // Clear by the 'user' tag in order to delete all caches, in any language, // associated with this user. if (isset($uid)) { - $cid = _toolbar_get_user_cid($uid); - } - if (isset($cid) && $cache->get($cid)) { $cache->deleteTags(array('user' => array($uid))); } else { $cache->deleteAll();