From: Erik Bernhardson Date: Sat, 12 Jul 2014 03:07:00 +0000 (-0700) Subject: Correct out of date comment X-Git-Tag: 1.31.0-rc.0~14979 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=ca4690d823472d1ed2c68e5f79aa7afdb6de1194;p=lhc%2Fweb%2Fwiklou.git Correct out of date comment The comment claims there is no cas method, but that was implemented in 74f581e34871d3d2f711aaec32a09dfaaa46bd17 Change-Id: I6ffdc255204bcb3a03b0468c18609b0d30b6269c --- diff --git a/includes/objectcache/MemcachedPeclBagOStuff.php b/includes/objectcache/MemcachedPeclBagOStuff.php index f7dfe46a90..8700c8cdf5 100644 --- a/includes/objectcache/MemcachedPeclBagOStuff.php +++ b/includes/objectcache/MemcachedPeclBagOStuff.php @@ -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. - */ }