X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9e644e648d544ef79756cfb58098ec6f233bc451..4134cae3c5ff2fc3346ebc5b10d5c25c72c72cfe:/src/output.c?ds=sidebyside diff --git a/src/output.c b/src/output.c index 06c7090f..eecb8c68 100644 --- a/src/output.c +++ b/src/output.c @@ -1067,8 +1067,6 @@ prepare (void) MACRO_INSERT_INT ("ntbase", ntokens); MACRO_INSERT_INT ("verbose", 0); - MACRO_INSERT_STRING ("filename", infile); - MACRO_INSERT_INT ("nnts", nvars); MACRO_INSERT_INT ("nrules", nrules); MACRO_INSERT_INT ("nstates", nstates);