diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-26 23:57:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-26 23:57:43 +0000 |
commit | c2069bb2e371ac854fc2ac484406b28c998c4175 (patch) | |
tree | ec91d6695dfceebf48656146e768f691a8118d16 /gas/listing.c | |
parent | d336b6b9e82615ea37c2fc463372e39acd253d6b (diff) | |
download | gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.zip gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.tar.gz gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.tar.bz2 |
PR gas/10850
* listing.c (listing_flags): Delete.
* listing.h: Likewise.
* read.c (potable <lflags>): Call s_ignore.
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); |