This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]