objectcache: remove redundant merge() definitions
[lhc/web/wiklou.git] / includes / libs / objectcache / WinCacheBagOStuff.php
index 0ca3e4a..fb64d77 100644 (file)
@@ -93,10 +93,6 @@ class WinCacheBagOStuff extends BagOStuff {
                return true;
        }
 
-       public function merge( $key, callable $callback, $exptime = 0, $attempts = 10, $flags = 0 ) {
-               return $this->mergeViaCas( $key, $callback, $exptime, $attempts, $flags );
-       }
-
        /**
         * Construct a cache key.
         *