Aaron Schulz has uploaded a new change for review.

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

Change subject: Removed cas() from ReplicatedBagOStuff as it is unused
......................................................................

Removed cas() from ReplicatedBagOStuff as it is unused

Change-Id: I2ff33ba806856ec4cc140a52590a922e13191bf2
---
M includes/objectcache/ReplicatedBagOStuff.php
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/68/192268/1

diff --git a/includes/objectcache/ReplicatedBagOStuff.php 
b/includes/objectcache/ReplicatedBagOStuff.php
index 8097308..7aa2cc3 100644
--- a/includes/objectcache/ReplicatedBagOStuff.php
+++ b/includes/objectcache/ReplicatedBagOStuff.php
@@ -119,8 +119,4 @@
                $this->mCache->clearLastError();
                $this->sCache->clearLastError();
        }
-
-       protected function cas( $casToken, $key, $value, $exptime = 0 ) {
-               $this->mCache->cas( $casToken, $key, $value, $exptime );
-       }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ff33ba806856ec4cc140a52590a922e13191bf2
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