Merge "doMaintenance: Try to print errors to stderr"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 7d2b3cb..339c34c 100644 (file)
@@ -91,7 +91,6 @@ return [
        },
 
        'BlockManager' => function ( MediaWikiServices $services ) : BlockManager {
-               $config = $services->getMainConfig();
                $context = RequestContext::getMain();
                return new BlockManager(
                        new ServiceOptions(