From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/profiler/ProfilerSimple.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'includes/profiler/ProfilerSimple.php') diff --git a/includes/profiler/ProfilerSimple.php b/includes/profiler/ProfilerSimple.php index bbdbec8e..055a0ea0 100644 --- a/includes/profiler/ProfilerSimple.php +++ b/includes/profiler/ProfilerSimple.php @@ -115,13 +115,4 @@ class ProfilerSimple extends Profiler { return 0; } } - - /* If argument is passed, it assumes that it is dual-format time string, returns proper float time value */ - function getTime($time=null) { - if ($time==null) { - return microtime(true); - } - list($a,$b)=explode(" ",$time); - return (float)($a+$b); - } } -- cgit v1.2.2