Removed unnecessary array init.
This commit is contained in:
parent
a66180571e
commit
ca4004fbbd
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ define('MSZ_PERM_SETS', [
|
|||
MSZ_PERMS_ALLOW, MSZ_PERMS_DENY
|
||||
]);
|
||||
|
||||
$_msz_perms_cache = [];
|
||||
|
||||
function perms_construct_cache_key(string $prefix, string $mode, int $pid): string
|
||||
{
|
||||
return $prefix . '_' . $mode . '_' . $pid;
|
||||
|
|
Loading…
Reference in a new issue