X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d4bd22956952464408f6d1c7aa3f82fd60f9f17d..730739e41d3b031a89ea24e267a59eec4ec4f936:/src/output.c?ds=inline diff --git a/src/output.c b/src/output.c index c9400e69..1a1d7b3a 100644 --- a/src/output.c +++ b/src/output.c @@ -571,7 +571,6 @@ prepare (void) MUSCLE_INSERT_BOOL ("glr_flag", glr_parser); MUSCLE_INSERT_BOOL ("locations_flag", locations_flag); MUSCLE_INSERT_BOOL ("nondeterministic_flag", nondeterministic_parser); - MUSCLE_INSERT_BOOL ("pure_flag", pure_parser); MUSCLE_INSERT_BOOL ("synclines_flag", !no_lines_flag); MUSCLE_INSERT_BOOL ("tag_seen_flag", tag_seen); MUSCLE_INSERT_BOOL ("use_push_for_pull_flag", use_push_for_pull_flag);