Merge "Special:Newpages feed now shows first revision instead of latest revision"
[lhc/web/wiklou.git] / languages / classes / LanguageBe_tarask.php
index ac59380..6007bb4 100644 (file)
@@ -44,8 +44,6 @@ class LanguageBe_tarask extends Language {
         * @return string
         */
        function normalizeForSearch( $string ) {
-               wfProfileIn( __METHOD__ );
-
                # MySQL fulltext index doesn't grok utf-8, so we
                # need to fold cases and convert to hex
 
@@ -54,7 +52,6 @@ class LanguageBe_tarask extends Language {
 
                $s = parent::normalizeForSearch( $s );
 
-               wfProfileOut( __METHOD__ );
                return $s;
        }