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.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/buildsym.c') diff --git a/gdb/buildsym.c b/gdb/buildsym.c index e4882fb..1ce40b9 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1404,14 +1404,12 @@ push_context (int desc, CORE_ADDR valu) new = &context_stack[context_stack_depth++]; new->depth = desc; new->locals = local_symbols; - new->params = param_symbols; new->old_blocks = pending_blocks; new->start_addr = valu; new->using_directives = using_directives; new->name = NULL; local_symbols = NULL; - param_symbols = NULL; using_directives = NULL; return new; -- cgit v1.1