the fileToParse field pulled up to ParserSuperclass and made static (I think it shoul...
[phpeclipse.git] / 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;