From: Alexandre Emsenhuber Date: Sat, 4 Feb 2012 19:07:37 +0000 (+0000) Subject: Removed declaration of ProfilerSimpleTrace::$mMinimumTime; already defined in parent... X-Git-Tag: 1.31.0-rc.0~24936 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a90108a3d0c855db4e48a58eaecf2fc56b08c54b;p=lhc%2Fweb%2Fwiklou.git Removed declaration of ProfilerSimpleTrace::$mMinimumTime; already defined in parent class --- diff --git a/includes/profiler/ProfilerSimpleTrace.php b/includes/profiler/ProfilerSimpleTrace.php index b53bc485b0..784609f5ea 100644 --- a/includes/profiler/ProfilerSimpleTrace.php +++ b/includes/profiler/ProfilerSimpleTrace.php @@ -10,7 +10,6 @@ * @ingroup Profiler */ class ProfilerSimpleTrace extends ProfilerSimple { - var $mMinimumTime = 0; var $trace = ""; var $memory = 0;