Remove per-template profiling
[lhc/web/wiklou.git] / includes / profiler / ProfilerXhprof.php
index acfe7e0..1e83e27 100644 (file)
@@ -127,11 +127,6 @@ class ProfilerXhprof extends Profiler {
                return false;
        }
 
-       public function isPersistent() {
-               // Disable per-title profiling sections
-               return true;
-       }
-
        /**
         * No-op for xhprof profiling.
         *