]> git.mxchange.org Git - friendica.git/commitdiff
Bugfixing ILockDriver (forgot isLocked)
authorPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:33:02 +0000 (23:33 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:33:02 +0000 (23:33 +0200)
src/Util/Lock/ILockDriver.php

index 6b8a08cb0416c60b872cdecb2a0c8339cae3be53..97052b35afcb194cae67c3613ddad8308ee89d15 100644 (file)
@@ -35,7 +35,4 @@ interface ILockDriver
         * @return void
         */
        public function releaseAll();
-
-
-       public function isLocked();
 }
\ No newline at end of file