Remove $wgDebugFunctionEntry, unused

Change-Id: I5f215ab2275333b329406ca7dda7b12fc0b9b6ec
This commit is contained in:
Chad Horohoe 2015-01-07 21:07:24 -08:00
parent 69998a7e0d
commit 6d19ca422f
2 changed files with 0 additions and 8 deletions

View file

@ -5433,11 +5433,6 @@ $wgUDPProfilerPort = null;
*/
$wgUDPProfilerFormatString = null;
/**
* Output debug message on every wfProfileIn/wfProfileOut
*/
$wgDebugFunctionEntry = false;
/**
* Destination for wfIncrStats() data...
* 'cache' to go into the system cache, if enabled (memcached)

View file

@ -49,9 +49,6 @@ if ( isset( $options['d'] ) ) {
$lb->setServerInfo( $i, $server );
}
}
if ( $d > 2 ) {
$wgDebugFunctionEntry = true;
}
}
$__useReadline = function_exists( 'readline_add_history' )