From e32cf94b9b757e57bf85119817bc6a64506d57d3 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Tue, 30 May 2023 19:45:28 -0400 Subject: [PATCH] MDL-78383 cache: Remove unused class property configlockmappings --- cache/classes/config.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cache/classes/config.php b/cache/classes/config.php index 115b5ef3869..ad192cae74b 100644 --- a/cache/classes/config.php +++ b/cache/classes/config.php @@ -65,12 +65,6 @@ class cache_config { */ protected $configdefinitionmappings = array(); - /** - * The locking mappings that have been configured. - * @var array - */ - protected $configlockmappings = []; - /** * An array of configured cache lock instances. * @var array @@ -149,7 +143,6 @@ class cache_config { $this->configlocks = array(); $this->configmodemappings = array(); $this->configdefinitionmappings = array(); - $this->configlockmappings = array(); $siteidentifier = 'unknown'; if (array_key_exists('siteidentifier', $configuration)) {