From: Bartosz DziewoƄski Date: Mon, 7 Jul 2014 21:59:20 +0000 (+0200) Subject: LocalSettingsGenerator: Remove unused commented-out code X-Git-Tag: 1.31.0-rc.0~14953^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=62a293a7192ab3082c6cd49136f7776cf5b7a4fd;p=lhc%2Fweb%2Fwiklou.git LocalSettingsGenerator: Remove unused commented-out code This is unused and unnecessary, $wgRightsUrl is always checked before it's used in code and it can be an empty string. Change-Id: Ia2e2af0162004b7e19a028ba8e648f8b2ef02a12 --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 3c8a5b1d40..100dd1061f 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -202,7 +202,6 @@ class LocalSettingsGenerator { $locale = ''; } - //$rightsUrl = $this->values['wgRightsUrl'] ? '' : '#'; // @todo FIXME: I'm unused! $hashedUploads = $this->safeMode ? '' : '#'; $metaNamespace = ''; if ( $this->values['wgMetaNamespace'] !== $this->values['wgSitename'] ) {