From 43c7c83dacecdb9a2796e4eed6f891ce3f8c3654 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 19 Sep 2012 20:06:47 +0000 Subject: * buildsym.h (param_symbols): Delete, unused. (context_stack): Delete member "params", unused. * buildsym.c (push_context): Update. * dwarf2read.c (read_func_scope): Update. --- gdb/buildsym.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gdb/buildsym.h') diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 33b34c8..0db96bf 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -120,10 +120,6 @@ EXTERN struct pending *global_symbols; EXTERN struct pending *local_symbols; -/* func params local to lexical context */ - -EXTERN struct pending *param_symbols; - /* "using" directives local to lexical context. */ EXTERN struct using_direct *using_directives; @@ -137,10 +133,6 @@ struct context_stack struct pending *locals; - /* Pending func params at the time we entered */ - - struct pending *params; - /* Pending using directives at the time we entered. */ struct using_direct *using_directives; -- cgit v1.1