From a3b5188613da986927b896b2cd129db2ff941eeb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 19 Nov 2005 04:44:24 +0000 Subject: [PATCH] * Removed redundant variable decleration --- includes/Parser.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Parser.php b/includes/Parser.php index 648cc77d14..e79a9df55e 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2152,8 +2152,6 @@ class Parser $fname = 'Parser::replaceVariables'; wfProfileIn( $fname ); - $titleChars = Title::legalChars(); - # This function is called recursively. To keep track of arguments we need a stack: array_push( $this->mArgStack, $args ); -- 2.20.1