From: Kunal Mehta Date: Wed, 21 Sep 2016 08:02:09 +0000 (-0700) Subject: ChronologyProtector: Remove unused 'use MediaWiki\Logger\LoggerFactory' X-Git-Tag: 1.31.0-rc.0~5424^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=5f2bf3c44a98f98a17f40cf09b36d85f04ff8d54;p=lhc%2Fweb%2Fwiklou.git ChronologyProtector: Remove unused 'use MediaWiki\Logger\LoggerFactory' Change-Id: I54a0d17605d3bc25c1d78a3a606e371fa74eaab0 --- diff --git a/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php b/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php index b102f0fc04..94a3b6ce1e 100644 --- a/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php +++ b/includes/libs/rdbms/chronologyprotector/ChronologyProtector.php @@ -22,7 +22,6 @@ */ use Psr\Log\LoggerAwareInterface; use Psr\Log\LoggerInterface; -use MediaWiki\Logger\LoggerFactory; /** * Class for ensuring a consistent ordering of events as seen by the user, despite replication.