Remove unused var from flow.c

Andreas Jaeger aj@suse.de
Fri Mar 8 09:33:00 GMT 2002


I'm committing the appended patch as obvious, it has been test by
compiling the file on i686.  A fullbootstrap is currently not possible
since libjava doesn't build,

Andreas

2002-03-08  Andreas Jaeger  <aj@suse.de>

	* flow.c (propagate_block_delete_insn): Remove unused variable.

============================================================
Index: gcc/flow.c
--- gcc/flow.c	2002/03/06 10:17:18	1.508
+++ gcc/flow.c	2002/03/08 17:16:32
@@ -1,6 +1,6 @@
 /* Data flow analysis for GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1496,7 +1496,6 @@ propagate_block_delete_insn (insn)
      rtx insn;
 {
   rtx inote = find_reg_note (insn, REG_LABEL, NULL_RTX);
-  basic_block bb = BLOCK_FOR_INSN (insn);
 
   /* If the insn referred to a label, and that label was attached to
      an ADDR_VEC, it's safe to delete the ADDR_VEC.  In fact, it's

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list