minor changes

This commit is contained in:
Philipp Holzer 2018-06-26 23:43:43 +02:00
parent dd085ae592
commit d409a92ca2
No known key found for this signature in database
GPG Key ID: 58160D7D6AF942B6
1 changed files with 0 additions and 5 deletions

View File

@ -94,9 +94,4 @@ class Lock
{
self::getDriver()->releaseAll();
}
public static function isLocked($key)
{
}
}