MDL-78383 cache: Remove unused class property configlockmappings

This commit is contained in:
Jonathan Champ
2023-05-30 19:45:28 -04:00
parent 6b8884e13b
commit eb0585ea72
-7
View File
@@ -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)) {