summaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
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;