From: Kunal Mehta Date: Tue, 22 Aug 2017 03:40:52 +0000 (-0700) Subject: LocalisationCache: Remove unused "use" statements X-Git-Tag: 1.31.0-rc.0~2339^2~1 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=d452a4fb5b6129571069b421c9be693a79595a60 LocalisationCache: Remove unused "use" statements Change-Id: Ie1cdd52d87deffa251b7af0554370ba9a4edce73 --- diff --git a/includes/cache/localisation/LocalisationCache.php b/includes/cache/localisation/LocalisationCache.php index e0da22eaaa..a0ce95e47a 100644 --- a/includes/cache/localisation/LocalisationCache.php +++ b/includes/cache/localisation/LocalisationCache.php @@ -20,8 +20,6 @@ * @file */ -use Cdb\Reader as CdbReader; -use Cdb\Writer as CdbWriter; use CLDRPluralRuleParser\Evaluator; use CLDRPluralRuleParser\Error as CLDRPluralRuleError; use MediaWiki\MediaWikiServices;