Remove unused StatsdClient use from GlobalFunctions
authoraddshore <addshorewiki@gmail.com>
Thu, 6 Aug 2015 17:00:43 +0000 (18:00 +0100)
committeraddshore <addshorewiki@gmail.com>
Thu, 6 Aug 2015 17:00:43 +0000 (18:00 +0100)
Change-Id: I5a773590e229f891298ff3d2eda5e4a258cc1f25

includes/GlobalFunctions.php

index b7b733d..f98a0cf 100644 (file)
@@ -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;