Removed cas() from ReplicatedBagOStuff as it is unused
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 23 Feb 2015 05:38:30 +0000 (21:38 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 23 Feb 2015 05:38:30 +0000 (21:38 -0800)
Change-Id: I2ff33ba806856ec4cc140a52590a922e13191bf2

includes/objectcache/ReplicatedBagOStuff.php

index 8097308..7aa2cc3 100644 (file)
@@ -119,8 +119,4 @@ class ReplicatedBagOStuff extends BagOStuff {
                $this->mCache->clearLastError();
                $this->sCache->clearLastError();
        }
-
-       protected function cas( $casToken, $key, $value, $exptime = 0 ) {
-               $this->mCache->cas( $casToken, $key, $value, $exptime );
-       }
 }