From 53b85fc55a43345f990ffad56d20b9b52109935c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 23 Jan 2009 20:39:54 +0000 Subject: [PATCH] Remove stray semicolon --- includes/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Profiler.php b/includes/Profiler.php index 0ea8e8ae0b..da0ce3b40e 100644 --- a/includes/Profiler.php +++ b/includes/Profiler.php @@ -92,7 +92,7 @@ class Profiler { * @param $functionname string */ function profileOut($functionname) { - global $wgDebugFunctionEntry, $wgProfiling;; + global $wgDebugFunctionEntry, $wgProfiling; if( !$wgProfiling ) return; $memory = memory_get_usage(); $time = $this->getTime(); -- 2.20.1