X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FEmptyBagOStuff.php;h=0a945a91765a2cfce014c94824c6f9f5cff4aab8;hb=feeac7bdfc9c629e40e5de0b1825daa2bd634a55;hp=620605791fc2347c6eec2d906ad2e3119ddcc15b;hpb=bbd9c84e10add1a694f4fba3b1917c59f1310fd5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/EmptyBagOStuff.php b/includes/objectcache/EmptyBagOStuff.php index 620605791f..0a945a9176 100644 --- a/includes/objectcache/EmptyBagOStuff.php +++ b/includes/objectcache/EmptyBagOStuff.php @@ -78,10 +78,3 @@ class EmptyBagOStuff extends BagOStuff { return true; } } - -/** - * Backwards compatibility alias for EmptyBagOStuff - * @deprecated since 1.18 - */ -class FakeMemCachedClient extends EmptyBagOStuff { -}