Merge "Remove m prefixes from private variables"
[lhc/web/wiklou.git] / includes / objectcache / HashBagOStuff.php
index ce0e4b6..d061eff 100644 (file)
@@ -109,12 +109,4 @@ class HashBagOStuff extends BagOStuff {
 
                return true;
        }
-
-       /**
-        * @return array
-        */
-       function keys() {
-               return array_keys( $this->bag );
-       }
 }
-