Merge "Separate right for foreign user js redirects"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 8f9044e..1bb848f 100644 (file)
@@ -91,7 +91,6 @@ return [
        },
 
        'BlockManager' => function ( MediaWikiServices $services ) : BlockManager {
-               $config = $services->getMainConfig();
                $context = RequestContext::getMain();
                return new BlockManager(
                        new ServiceOptions(