Removed unnecessary array init.

This commit is contained in:
flash 2018-07-17 05:24:05 +02:00
parent a66180571e
commit ca4004fbbd

View file

@ -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;