From d452a4fb5b6129571069b421c9be693a79595a60 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 21 Aug 2017 20:40:52 -0700 Subject: [PATCH] LocalisationCache: Remove unused "use" statements Change-Id: Ie1cdd52d87deffa251b7af0554370ba9a4edce73 --- includes/cache/localisation/LocalisationCache.php | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1