From: Richard Kenner Date: Mon, 14 Jul 1997 10:50:59 +0000 (-0400) Subject: (mark_target_live_regs): Delete unused variables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fac99c8564b9aecee4ae3b388bb6e566400687e;p=gcc.git (mark_target_live_regs): Delete unused variables. From-SVN: r14425 --- diff --git a/gcc/reorg.c b/gcc/reorg.c index 77279f9d812..0af140e941d 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -2767,8 +2767,7 @@ mark_target_live_regs (target, res) if (b != -1) { regset regs_live = basic_block_live_at_start[b]; - int offset, j; - REGSET_ELT_TYPE bit; + int j; int regno; rtx start_insn, stop_insn;