diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-13 11:33:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-13 11:33:07 +0000 |
commit | f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847 (patch) | |
tree | d8255f5f736fa657614ff75a4b111eb224c30deb /gas/config | |
parent | b6675117d942a9942a74bed6bd7ff279118ba91b (diff) | |
download | gdb-f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847.zip gdb-f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847.tar.gz gdb-f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847.tar.bz2 |
Remove redundant call to listing_prev().
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 f629ff4..acce0ed 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -10399,7 +10399,6 @@ md_assemble (str) #if 0 arm_align (2, 0); #endif - listing_prev_line (); /* Defined in listing.h. */ /* Align the previous label if needed. */ if (last_label_seen != NULL) |