Correct out of date comment
authorErik Bernhardson <ebernhardson@wikimedia.org>
Sat, 12 Jul 2014 03:07:00 +0000 (20:07 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Sat, 12 Jul 2014 03:07:00 +0000 (20:07 -0700)
The comment claims there is no cas method, but that was
implemented in 74f581e34871d3d2f711aaec32a09dfaaa46bd17

Change-Id: I6ffdc255204bcb3a03b0468c18609b0d30b6269c

includes/objectcache/MemcachedPeclBagOStuff.php

index f7dfe46..8700c8c 100644 (file)
@@ -269,10 +269,4 @@ class MemcachedPeclBagOStuff extends MemcachedBagOStuff {
                wfProfileOut( __METHOD__ );
                return $this->checkResult( false, $result );
        }
-
-
-       /* NOTE: there is no cas() method here because it is currently not supported
-        * by the BagOStuff interface and other BagOStuff subclasses, such as
-        * SqlBagOStuff.
-        */
 }