Hard-deprecate ProfileSection
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 12 Aug 2017 02:42:04 +0000 (19:42 -0700)
committerMax Semenik <maxsem.wiki@gmail.com>
Thu, 17 Aug 2017 01:50:19 +0000 (18:50 -0700)
No usages anywhere, to be removed in 1.31

Change-Id: I3ed4c2aa07d97e18c026e9ee6dae66d3b023896f

includes/profiler/ProfileSection.php

index 32daeed..d48f744 100644 (file)
@@ -40,5 +40,6 @@ class ProfileSection {
         * @param string $name Name of the function to profile
         */
        public function __construct( $name ) {
+               wfDeprecated( __CLASS__, '1.25' );
        }
 }