From: Platonides Date: Wed, 20 Feb 2013 23:52:24 +0000 (+0100) Subject: Remove dead code. X-Git-Tag: 1.31.0-rc.0~20573 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=eff33c4845648c4ffd5b56b1cee4e1e18866b5ec;p=lhc%2Fweb%2Fwiklou.git Remove dead code. $initialTime was never used. It was probably a clever trick for an old time where ProfilerSimple used globals. Change-Id: I34fd952127914d50ce4d12b6f9275926496aff9d --- diff --git a/maintenance/fileOpPerfTest.php b/maintenance/fileOpPerfTest.php index 4cb5e10a84..008d7686fb 100644 --- a/maintenance/fileOpPerfTest.php +++ b/maintenance/fileOpPerfTest.php @@ -21,7 +21,6 @@ * @ingroup Maintenance */ -$initialTime = microtime( true ); $wgProfiler = array( 'class' => 'ProfilerSimpleText' ); error_reporting( E_ALL );