From d2cf872d893b1f10eaaa30485bbf247f1b8d49c5 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 28 Oct 2011 03:01:57 +0000 Subject: [PATCH] Rm unused parameter --- includes/profiler/ProfilerSimpleTrace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/profiler/ProfilerSimpleTrace.php b/includes/profiler/ProfilerSimpleTrace.php index ba41babcab..b53bc485b0 100644 --- a/includes/profiler/ProfilerSimpleTrace.php +++ b/includes/profiler/ProfilerSimpleTrace.php @@ -36,7 +36,7 @@ class ProfilerSimpleTrace extends ProfilerSimple { $this->debug(str_repeat(' ', count($this->mWorkStack) - 1).'Exiting '.$functionname."\n"); } - list( $ofname, /* $ocount */ , $ortime, $octime ) = array_pop( $this->mWorkStack ); + list( $ofname, /* $ocount */ , $ortime ) = array_pop( $this->mWorkStack ); if ( !$ofname ) { $this->trace .= "Profiling error: $functionname\n"; -- 2.20.1