style: remove incorrect comment

* src/getargs.c: here.
It's documented in getargs.h anyway.
This commit is contained in:
Akim Demaille
2019-05-11 09:19:16 +02:00
parent ab3eaff7c4
commit d62d5c4b33

View File

@@ -45,7 +45,7 @@ bool no_lines_flag = false;
bool token_table_flag = false;
location yacc_loc = EMPTY_LOCATION_INIT;
bool update_flag = false; /* for -u */
bool color_debug = false; /* --style=debug. */
bool color_debug = false;
bool nondeterministic_parser = false;
bool glr_parser = false;