From: Chad Horohoe Date: Wed, 20 Jul 2016 20:18:27 +0000 (-0700) Subject: ProfileStub: Remove getCurrentSection(), unused X-Git-Tag: 1.31.0-rc.0~6325 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=b0dad16ea9826420f510ecd957e179848eff84f6;p=lhc%2Fweb%2Fwiklou.git ProfileStub: Remove getCurrentSection(), unused No callers, no implementations in other Profiler classes Change-Id: I5b5364d5b40964944e1595056b4c292610fcdf36 --- 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() { }