Remove per-template profiling
[lhc/web/wiklou.git] / includes / profiler / ProfilerStandard.php
index d75ae9e..b873806 100644 (file)
@@ -66,16 +66,6 @@ class ProfilerStandard extends Profiler {
                return false;
        }
 
-       /**
-        * Return whether this profiler stores data
-        *
-        * @see Profiler::logData()
-        * @return bool
-        */
-       public function isPersistent() {
-               return false;
-       }
-
        /**
         * Add the inital item in the stack.
         */