From 330e18c45d497cf04110f0c7460c4359ae12bbd4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 12 Sep 2014 11:13:06 -0700 Subject: [PATCH] Removed MultiWriteBagOStuff::replace Change-Id: Ifa6373cda099d1b87e90592598267987e9185a25 --- includes/objectcache/MultiWriteBagOStuff.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/objectcache/MultiWriteBagOStuff.php b/includes/objectcache/MultiWriteBagOStuff.php index 497f75d2d6..6a691379a0 100644 --- a/includes/objectcache/MultiWriteBagOStuff.php +++ b/includes/objectcache/MultiWriteBagOStuff.php @@ -115,16 +115,6 @@ class MultiWriteBagOStuff extends BagOStuff { return $this->doWrite( 'add', $key, $value, $exptime ); } - /** - * @param string $key - * @param mixed $value - * @param int $exptime - * @return bool - */ - public function replace( $key, $value, $exptime = 0 ) { - return $this->doWrite( 'replace', $key, $value, $exptime ); - } - /** * @param string $key * @param int $value -- 2.20.1