Issue #3039055 by claudiu.cristea, tedbow: Remove useless reset of taxonomy_term_count_nodes static cache

merge-requests/54/head
effulgentsia 2021-06-23 13:43:38 -07:00
parent a25c727d98
commit f127c93493
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class TermStorage extends SqlContentEntityStorage implements TermStorageInterfac
* {@inheritdoc}
*/
public function resetCache(array $ids = NULL) {
drupal_static_reset('taxonomy_term_count_nodes');
$this->ancestors = [];
$this->treeChildren = [];
$this->treeParents = [];