aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 088c1d7..191db8c 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -159,10 +159,6 @@ EXTERN struct context_stack *context_stack;
EXTERN int context_stack_depth;
-/* Currently allocated size of context stack. */
-
-EXTERN int context_stack_size;
-
/* Non-zero if the context stack is empty. */
#define outermost_context_p() (context_stack_depth == 0)