Rm unused parameter
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Oct 2011 03:01:57 +0000 (03:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Oct 2011 03:01:57 +0000 (03:01 +0000)
includes/profiler/ProfilerSimpleTrace.php

index ba41bab..b53bc48 100644 (file)
@@ -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";