Merge "Remove unused variable"

This commit is contained in:
jenkins-bot 2018-04-20 00:03:37 +00:00 committed by Gerrit Code Review
commit 4161d01409
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ class MinervaHooks {
public static function onRequestContextCreateSkinMobile(
MobileContext $mobileContext, Skin $skin
) {
// MobileContext::getConfigVariable will soon be removed.
$hasGetConfigVariable = method_exists( $mobileContext, 'getConfigVariable' );
// setSkinOptions is not available
if ( $skin instanceof SkinMinerva ) {
$featureManager = \MediaWiki\MediaWikiServices::getInstance()