From: addshore Date: Thu, 6 Aug 2015 17:00:43 +0000 (+0100) Subject: Remove unused StatsdClient use from GlobalFunctions X-Git-Tag: 1.31.0-rc.0~10494^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=acf2130bc58ba51af421ae234f5eec10dc5660d2;p=lhc%2Fweb%2Fwiklou.git Remove unused StatsdClient use from GlobalFunctions Change-Id: I5a773590e229f891298ff3d2eda5e4a258cc1f25 --- 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;