X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=1017e44660ac9ba0059c1a8e61f490b9e6da43c9;hb=8baa437724c4a751f246cadd92fc96846dbc1174;hp=3fe9cddb3fbe40b3e28305714232315ba00fb239;hpb=7f1df682b62457e267831ec6527ca4728723caef;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 3fe9cddb3f..1017e44660 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -40,10 +40,6 @@ class ProfilerStub extends Profiler { public function close() { } - public function getCurrentSection() { - return ''; - } - public function logData() { }