diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-10-13 14:34:26 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-10-13 14:34:26 +0000 |
commit | 9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b (patch) | |
tree | 9a6e95385ba03c0beb5272022ade38179623beb1 /gcc/cp/cp-tree.h | |
parent | 29a65e3dd4ee3a58d4fd49cdaf2b52dc499f5a2e (diff) | |
download | gcc-9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b.zip gcc-9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b.tar.gz gcc-9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b.tar.bz2 |
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
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |