* src/output.c (output): Delete call to reader_output_yylsp.

* src/reader.c (reader): Likewise.
* src/reader.h:	Delete declaration of reader_output_yylsp.
This commit is contained in:
Pascal Bart
2001-09-07 16:50:01 +00:00
parent 714720fcfe
commit b0c4483ed2
4 changed files with 10 additions and 10 deletions

View File

@@ -1087,9 +1087,6 @@ output (void)
{
obstack_init (&output_obstack);
#if 0
reader_output_yylsp (&table_obstack); */
#endif
free_itemsets ();
output_token_translations ();