From acf2130bc58ba51af421ae234f5eec10dc5660d2 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 6 Aug 2015 18:00:43 +0100 Subject: [PATCH] Remove unused StatsdClient use from GlobalFunctions Change-Id: I5a773590e229f891298ff3d2eda5e4a258cc1f25 --- includes/GlobalFunctions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index b7b733d2dd..f98a0cf349 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -24,7 +24,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { die( "This file is part of MediaWiki, it is not a valid entry point" ); } -use Liuggio\StatsdClient\StatsdClient; use Liuggio\StatsdClient\Sender\SocketSender; use MediaWiki\Logger\LoggerFactory; -- 2.20.1