Merge "Rewrite pref cleanup script"
[lhc/web/wiklou.git] / 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' );
        }
 }