mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
(reader): Remove gram_control; it wasn't being used.
This commit is contained in:
@@ -469,8 +469,6 @@ packgram (void)
|
|||||||
void
|
void
|
||||||
reader (void)
|
reader (void)
|
||||||
{
|
{
|
||||||
gram_control_t gram_control;
|
|
||||||
|
|
||||||
/* Initialize the symbol table. */
|
/* Initialize the symbol table. */
|
||||||
symbols_new ();
|
symbols_new ();
|
||||||
|
|
||||||
@@ -500,7 +498,7 @@ reader (void)
|
|||||||
gram__flex_debug = trace_flag & trace_scan;
|
gram__flex_debug = trace_flag & trace_scan;
|
||||||
gram_debug = trace_flag & trace_parse;
|
gram_debug = trace_flag & trace_parse;
|
||||||
scanner_initialize ();
|
scanner_initialize ();
|
||||||
gram_parse (&gram_control);
|
gram_parse ();
|
||||||
|
|
||||||
/* If something went wrong during the parsing, don't try to
|
/* If something went wrong during the parsing, don't try to
|
||||||
continue. */
|
continue. */
|
||||||
|
|||||||
Reference in New Issue
Block a user