Merge "Revert "resourceloader: Add must-revalidate to Cache-Control""
[lhc/web/wiklou.git] / includes / libs / objectcache / HashBagOStuff.php
index 185c74b..e03c83f 100644 (file)
@@ -76,12 +76,4 @@ class HashBagOStuff extends BagOStuff {
 
                return true;
        }
-
-       public function lock( $key, $timeout = 6, $expiry = 6 ) {
-               return true;
-       }
-
-       function unlock( $key ) {
-               return true;
-       }
 }