aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index eeac80f29ad..2b917a4d5e2 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -38,12 +38,6 @@ extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int,
or a chain or parameter decls here. */
extern GTY(()) tree last_function_parms;
-/* A list of objects which have constructors or destructors
- which reside in the global scope. The decl is stored in
- the TREE_VALUE slot and the initializer is stored
- in the TREE_PURPOSE slot. */
-extern GTY(()) tree static_aggregates;
-
#ifdef DEBUG_CP_BINDING_LEVELS
/* Purely for debugging purposes. */
extern int debug_bindings_indentation;