diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-14 20:40:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-14 20:40:30 +0000 |
commit | 7f367f013527c0c9b8de7c58c7f829f3a18375c0 (patch) | |
tree | c1bc7777154a90b51e22fbb345b1cf8db3de8b75 /gas/config | |
parent | 2fdde8f831d0cf29d3de4baf7e8af19fa6cd638a (diff) | |
download | gdb-7f367f013527c0c9b8de7c58c7f829f3a18375c0.zip gdb-7f367f013527c0c9b8de7c58c7f829f3a18375c0.tar.gz gdb-7f367f013527c0c9b8de7c58c7f829f3a18375c0.tar.bz2 |
Remove redundant call to listing_prev_line
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index acce0ed..a14e91e 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -11215,7 +11215,6 @@ arm_cleanup () /* Put it at the end of text section. */ subseg_set (text_section, 0); s_ltorg (0); - listing_prev_line (); } void |