From 90e66d66d1f4a715a4637e867baf5fd80a0d81c4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 12 Dec 2008 23:57:18 +0000 Subject: [PATCH] remove no longer needed line for Parser_OldPP (now banished!) --- includes/AutoLoader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index c0d96f6b8b..d2ad3e1d09 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -426,7 +426,6 @@ $wgAutoloadLocalClasses = array( 'ParserOutput' => 'includes/parser/ParserOutput.php', 'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php', 'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php', - 'Parser_OldPP' => 'includes/parser/Parser_OldPP.php', 'Preprocessor' => 'includes/parser/Preprocessor.php', 'Preprocessor_DOM' => 'includes/parser/Preprocessor_DOM.php', 'Preprocessor_Hash' => 'includes/parser/Preprocessor_Hash.php', -- 2.20.1