* arm.c (thumb_unexpanded_epilogue): Delete unused variable 'mode'.

From-SVN: r99741
This commit is contained in:
Richard Earnshaw 2005-05-15 18:29:32 +00:00 committed by Richard Earnshaw
parent 03a9fcb862
commit 6e60504feb
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-15 Richard Earnshaw <richard.earnshaw@arm.com>
* arm.c (thumb_unexpanded_epilogue): Delete unused variable 'mode'.
2005-05-15 Andreas Jaeger <aj@suse.de>
* gcc.c (pfatal_pexecute): Remove unused local function.

View File

@ -12922,7 +12922,6 @@ thumb_unexpanded_epilogue (void)
int high_regs_pushed = 0;
int had_to_push_lr;
int size;
int mode;
if (return_used_this_function)
return "";