Remove unused $pageSet var
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 244b4e4..3fe9cdd 100644 (file)
@@ -46,4 +46,7 @@ class ProfilerStub extends Profiler {
 
        public function logData() {
        }
+
+       public function logDataPageOutputOnly() {
+       }
 }