From: kpouer Date: Sun, 3 Aug 2003 21:41:01 +0000 (+0000) Subject: the fileToParse field pulled up to ParserSuperclass and made static (I think it shoul... X-Git-Url: http://git.phpeclipse.com the fileToParse field pulled up to ParserSuperclass and made static (I think it should be ok for both parsers) --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java index 8a5839f..7c99c2d 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java @@ -29,7 +29,6 @@ public class Parser extends PHPParserSuperclass implements ITerminalSymbols { //scanner token public Scanner scanner; - private IFile fileToParse; private ArrayList phpList; private int currentPHPString;