Remove collateOnly() from ProfilerStandard and subclasses
[lhc/web/wiklou.git] / includes / profiler / ProfilerSimpleTrace.php
index 2a44494..95e4bc6 100644 (file)
@@ -30,10 +30,6 @@ class ProfilerSimpleTrace extends ProfilerStandard {
        protected $trace = "Beginning trace: \n";
        protected $memory = 0;
 
-       protected function collateOnly() {
-               return true;
-       }
-
        public function profileIn( $functionname ) {
                parent::profileIn( $functionname );