Just whitespace.

This commit is contained in:
jdf
2010-03-16 15:35:08 +00:00
parent a6136c8dc6
commit dc7dc187ea

View File

@@ -461,7 +461,6 @@ public class PdePreprocessor {
// if desired, serialize the parse tree to an XML file. can
// be viewed usefully with Mozilla or IE
if (Preferences.getBoolean("preproc.output_parse_tree")) {
writeParseTree("parseTree.xml", parserAST);
}