From 9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 13 Oct 1998 14:34:26 +0000 Subject: cp-tree.h (specializations_of_same_template_p): Remove. * cp-tree.h (specializations_of_same_template_p): Remove. * search.c (get_template_base): Don't use it. (get_template_base_recursive): Likewise. * pt.c (specializations_of_same_template_p): Remove. (unify): Don't use it. (lookup_template_class): Find the correct parent when setting CLASSTYPE_TI_TEMPLATE. From-SVN: r23053 --- gcc/cp/cp-tree.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/cp/cp-tree.h') diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 011f085..6632f8a 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -2869,7 +2869,6 @@ extern int is_specialization_of PROTO((tree, tree)); extern int comp_template_args PROTO((tree, tree)); extern void maybe_process_partial_specialization PROTO((tree)); extern void maybe_check_template_type PROTO((tree)); -extern int specializations_of_same_template_p PROTO((tree, tree)); extern int processing_specialization; extern int processing_explicit_instantiation; -- cgit v1.1