X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdeferred%2FCdnCacheUpdate.php;h=5329ca7e8f8233b0e346a565a1a26f7471e4c247;hb=1e1c24d12c94a90442de5af89df393d1042a246a;hp=301c4f3b7eb4e9da31bfe6965276db5a90d192fa;hpb=86b4925b2edfddf00c9184bcd24be34f33fa4607;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/deferred/CdnCacheUpdate.php b/includes/deferred/CdnCacheUpdate.php index 301c4f3b7e..5329ca7e8f 100644 --- a/includes/deferred/CdnCacheUpdate.php +++ b/includes/deferred/CdnCacheUpdate.php @@ -286,10 +286,3 @@ class CdnCacheUpdate implements DeferrableUpdate, MergeableUpdate { return false; } } - -/** - * @deprecated since 1.27 - */ -class SquidUpdate extends CdnCacheUpdate { - // Keep class name for b/c -}