the fileToParse field pulled up to ParserSuperclass and made static (I think it shoul...
authorkpouer <kpouer>
Sun, 3 Aug 2003 21:41:01 +0000 (21:41 +0000)
committerkpouer <kpouer>
Sun, 3 Aug 2003 21:41:01 +0000 (21:41 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java

index 8a5839f..7c99c2d 100644 (file)
@@ -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;