From eff33c4845648c4ffd5b56b1cee4e1e18866b5ec Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 21 Feb 2013 00:52:24 +0100 Subject: [PATCH] Remove dead code. $initialTime was never used. It was probably a clever trick for an old time where ProfilerSimple used globals. Change-Id: I34fd952127914d50ce4d12b6f9275926496aff9d --- maintenance/fileOpPerfTest.php | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.20.1