Index: gcc/cp/name-lookup.c |
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c |
index 54977ce..297c57e 100644 |
--- a/gcc/cp/name-lookup.c |
+++ b/gcc/cp/name-lookup.c |
@@ -544,7 +544,6 @@ add_decl_to_level (tree decl, cxx_scope *b) |
necessary. */ |
TREE_CHAIN (decl) = b->names; |
b->names = decl; |
- b->names_size++; |
/* If appropriate, add decl to separate list of statics. We |
include extern variables because they might turn out to be |