ProfileStub: Remove getCurrentSection(), unused
authorChad Horohoe <chadh@wikimedia.org>
Wed, 20 Jul 2016 20:18:27 +0000 (13:18 -0700)
committerReedy <reedy@wikimedia.org>
Wed, 20 Jul 2016 20:48:28 +0000 (20:48 +0000)
No callers, no implementations in other Profiler classes

Change-Id: I5b5364d5b40964944e1595056b4c292610fcdf36

includes/profiler/ProfilerStub.php

index 3fe9cdd..1017e44 100644 (file)
@@ -40,10 +40,6 @@ class ProfilerStub extends Profiler {
        public function close() {
        }
 
-       public function getCurrentSection() {
-               return '';
-       }
-
        public function logData() {
        }