diff options
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r-- | gcc/cp/name-lookup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index 1b35b466a53..8d60f393ef3 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -88,7 +88,6 @@ typedef struct cxx_saved_binding GTY(()) tree identifier; /* The binding we're saving. */ cxx_binding *binding; - tree class_value; tree real_type_value; } cxx_saved_binding; @@ -97,7 +96,6 @@ DEF_VEC_O(cxx_saved_binding); extern tree identifier_type_value (tree); extern void set_identifier_type_value (tree, tree); extern void pop_binding (tree, tree); -extern void clear_identifier_class_values (void); extern tree constructor_name_full (tree); extern tree constructor_name (tree); extern bool constructor_name_p (tree, tree); |