Remove redundant call to listing_prev_line

This commit is contained in:
Nick Clifton 2002-05-14 20:40:30 +00:00
parent 2fdde8f831
commit 7f367f0135
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-14 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-arm.c (arm_cleanup): Remove redundant call to
listing_prev_line().
2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-arm.c (md_assemble): Remove redundant call to

View File

@ -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