aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 1789d1e..0b50f67 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -111,10 +111,6 @@ static class_stack_node_t current_class_stack;
/* The size of the largest empty class seen in this translation unit. */
static GTY (()) tree sizeof_biggest_empty_class;
-/* An array of all local classes present in this translation unit, in
- declaration order. */
-vec<tree, va_gc> *local_classes;
-
static tree get_vfield_name (tree);
static void finish_struct_anon (tree);
static tree get_vtable_name (tree);
@@ -7431,7 +7427,6 @@ init_class_processing (void)
current_class_stack_size = 10;
current_class_stack
= XNEWVEC (struct class_stack_node, current_class_stack_size);
- vec_alloc (local_classes, 8);
sizeof_biggest_empty_class = size_zero_node;
ridpointers[(int) RID_PUBLIC] = access_public_node;