Merge "resourceloader: Remove unused static $contexts var in ResourceLoaderImageTest"
[lhc/web/wiklou.git] / languages / classes / LanguageYue.php
index 3293cc6..1107fa6 100644 (file)
@@ -54,14 +54,11 @@ class LanguageYue extends Language {
         * @return string
         */
        function normalizeForSearch( $string ) {
-               wfProfileIn( __METHOD__ );
-
                // Double-width roman characters
                $s = self::convertDoubleWidth( $string );
                $s = trim( $s );
                $s = parent::normalizeForSearch( $s );
 
-               wfProfileOut( __METHOD__ );
                return $s;
        }
 }