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

View file

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