From c4788803ee7b903bc45541ccc0ef8446cf99922f Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 8 Oct 2018 12:05:29 +0200 Subject: [PATCH] FIX Remove unused cacheData prop from #8451 --- src/View/ThemeResourceLoader.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/View/ThemeResourceLoader.php b/src/View/ThemeResourceLoader.php index 390f64e36..1f13bf60d 100644 --- a/src/View/ThemeResourceLoader.php +++ b/src/View/ThemeResourceLoader.php @@ -20,13 +20,6 @@ class ThemeResourceLoader implements Flushable */ private static $instance; - /** - * Internal memory cache for large sets of repeated calls - * - * @var array - */ - protected static $cacheData = []; - /** * The base path of the application *