From 5f2bf3c44a98f98a17f40cf09b36d85f04ff8d54 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 21 Sep 2016 01:02:09 -0700 Subject: [PATCH] ChronologyProtector: Remove unused 'use MediaWiki\Logger\LoggerFactory' Change-Id: I54a0d17605d3bc25c1d78a3a606e371fa74eaab0 --- includes/libs/rdbms/chronologyprotector/ChronologyProtector.php | 1 - 1 file changed, 1 deletion(-) 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. -- 2.20.1