summaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-09-19 20:06:45 +0000
committerDoug Evans <dje@google.com>2012-09-19 20:06:45 +0000
commit948a895886232266cb7b1897cdfa6958af273fd8 (patch)
tree5ce993d356228c1b682e0f35b3ce21481b1c6f5f /gdb/buildsym.h
parentc4bf5268b1a32ec475b61d2fe90e9218780c03c8 (diff)
downloadgdb-948a895886232266cb7b1897cdfa6958af273fd8.tar.gz
* buildsym.h (param_symbols): Delete, unused.
(context_stack): Delete member "params", unused. * buildsym.c (push_context): Update. * dwarf2read.c (read_func_scope): Update.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 33b34c8de94..0db96bf2f96 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;