From b0dad16ea9826420f510ecd957e179848eff84f6 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 20 Jul 2016 13:18:27 -0700 Subject: [PATCH] ProfileStub: Remove getCurrentSection(), unused No callers, no implementations in other Profiler classes Change-Id: I5b5364d5b40964944e1595056b4c292610fcdf36 --- includes/profiler/ProfilerStub.php | 4 ---- 1 file changed, 4 deletions(-) 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() { } -- 2.20.1