diff options
Diffstat (limited to 'gas/listing.c')
-rw-r--r-- | gas/listing.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/listing.c b/gas/listing.c index d1c291c..25178b3 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -1409,14 +1409,6 @@ listing_eject (int ignore ATTRIBUTE_UNUSED) listing_tail->edict = EDICT_EJECT; } -void -listing_flags (int ignore ATTRIBUTE_UNUSED) -{ - while ((*input_line_pointer++) && (*input_line_pointer != '\n')) - input_line_pointer++; - -} - /* Turn listing on or off. An argument of 0 means to turn off listing. An argument of 1 means to turn on listing. An argument of 2 means to turn off listing, but as of the next line; that is, @@ -1559,12 +1551,6 @@ listing_source_file (const char *file) /* Dummy functions for when compiled without listing enabled. */ void -listing_flags (int ignore) -{ - s_ignore (0); -} - -void listing_list (int on) { s_ignore (0); |