This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[lto] Remove unused variables from input_local_var_decl
- From: Diego Novillo <dnovillo at google dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 28 Jan 2009 10:16:54 -0500
- Subject: [lto] Remove unused variables from input_local_var_decl
PR middle-end/39004
* lto-function-in.c (input_local_var_decl): Remove unused
locals CONTEXT_TAG and CONTEXT.
Index: lto-function-in.c
===================================================================
--- lto-function-in.c (revision 143730)
+++ lto-function-in.c (revision 143731)
@@ -1131,8 +1131,6 @@ input_local_var_decl (struct lto_input_b
tree type;
lto_flags_type flags;
tree result;
- tree context;
- enum LTO_tags context_tag;
variant = tag & 0xF;
is_var = ((tag & 0xFFF0) == LTO_local_var_decl_body0);