Merge "Inject Config into Parser instead of using globals"
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 8ff441f..db04077 100644 (file)
@@ -616,8 +616,6 @@ class Parser {
                // Since we're not really outputting HTML, decode the entities and
                // then re-encode the things that need hiding inside HTML comments.
                $limitReport = htmlspecialchars_decode( $limitReport );
-               // Run deprecated hook
-               Hooks::run( 'ParserLimitReport', [ $this, &$limitReport ], '1.22' );
 
                // Sanitize for comment. Note '‐' in the replacement is U+2010,
                // which looks much like the problematic '-'.