diff --git a/core/modules/system/system.module b/core/modules/system/system.module
index 358d3328eeb959392974de56d227e1f25ef94645..dfda8917a3ec2f37e4e2ba21898ca91c15d6f576 100644
--- a/core/modules/system/system.module
+++ b/core/modules/system/system.module
@@ -2965,7 +2965,6 @@ function system_cron() {
   // Cleanup the flood.
   Drupal::service('flood')->garbageCollection();
 
-  Drupal::moduleHandler()->invokeAll('cache_flush');
   foreach (Cache::getBins() as $cache_backend) {
     $cache_backend->garbageCollection();
   }