mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 03:03:02 +00:00
print: remove unused function
This function was unused since 1991's original import by
rms (e06f0c3442).
* src/print.c (print_token): Remove.
This commit is contained in:
@@ -40,14 +40,6 @@
|
|||||||
|
|
||||||
static bitset no_reduce_set;
|
static bitset no_reduce_set;
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void
|
|
||||||
print_token (int extnum, int token)
|
|
||||||
{
|
|
||||||
fprintf (out, _(" type %d is %s\n"), extnum, tags[token]);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------.
|
/*---------------------------------------.
|
||||||
|
|||||||
Reference in New Issue
Block a user