Remove $wgDebugFunctionEntry, unused
Change-Id: I5f215ab2275333b329406ca7dda7b12fc0b9b6ec
This commit is contained in:
parent
69998a7e0d
commit
6d19ca422f
2 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -49,9 +49,6 @@ if ( isset( $options['d'] ) ) {
|
|||
$lb->setServerInfo( $i, $server );
|
||||
}
|
||||
}
|
||||
if ( $d > 2 ) {
|
||||
$wgDebugFunctionEntry = true;
|
||||
}
|
||||
}
|
||||
|
||||
$__useReadline = function_exists( 'readline_add_history' )
|
||||
|
|
|
|||
Loading…
Reference in a new issue