objectcache: remove redundant merge() definitions
[lhc/web/wiklou.git] / includes / libs / objectcache / RedisBagOStuff.php
index f64fe7e..af90c5c 100644 (file)
@@ -297,10 +297,6 @@ class RedisBagOStuff extends BagOStuff {
                return $result;
        }
 
-       public function merge( $key, callable $callback, $exptime = 0, $attempts = 10, $flags = 0 ) {
-               return $this->mergeViaCas( $key, $callback, $exptime, $attempts );
-       }
-
        /**
         * Non-atomic implementation of incr().
         *