Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/160048

Change subject: Removed MultiWriteBagOStuff::replace
......................................................................

Removed MultiWriteBagOStuff::replace

Change-Id: Ifa6373cda099d1b87e90592598267987e9185a25
---
M includes/objectcache/MultiWriteBagOStuff.php
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/48/160048/1

diff --git a/includes/objectcache/MultiWriteBagOStuff.php 
b/includes/objectcache/MultiWriteBagOStuff.php
index 497f75d..6a69137 100644
--- a/includes/objectcache/MultiWriteBagOStuff.php
+++ b/includes/objectcache/MultiWriteBagOStuff.php
@@ -117,16 +117,6 @@
 
        /**
         * @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
         * @return bool|null
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/160048
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa6373cda099d1b87e90592598267987e9185a25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to