MaxSem has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371594 )

Change subject: Hard-deprecate SprofileSection
......................................................................

Hard-deprecate SprofileSection

No usages anywhere, to be removed in 1.31

Change-Id: I3ed4c2aa07d97e18c026e9ee6dae66d3b023896f
---
M includes/profiler/ProfileSection.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/94/371594/1

diff --git a/includes/profiler/ProfileSection.php 
b/includes/profiler/ProfileSection.php
index 32daeed..56c152c 100644
--- a/includes/profiler/ProfileSection.php
+++ b/includes/profiler/ProfileSection.php
@@ -40,5 +40,6 @@
         * @param string $name Name of the function to profile
         */
        public function __construct( $name ) {
+               wfDeprecated( 'class ProfileSection', '1.30' );
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/371594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ed4c2aa07d97e18c026e9ee6dae66d3b023896f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: MaxSem <maxsem.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to