From: Philipp Holzer Date: Tue, 26 Jun 2018 21:43:43 +0000 (+0200) Subject: minor changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d409a92ca201a5213dddc13d6b837988a4db4388;p=friendica.git minor changes --- diff --git a/src/Util/Lock.php b/src/Util/Lock.php index 76e29826cb..b6a4a97f18 100644 --- a/src/Util/Lock.php +++ b/src/Util/Lock.php @@ -94,9 +94,4 @@ class Lock { self::getDriver()->releaseAll(); } - - public static function isLocked($key) - { - - } }