]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/pt.c
cp-tree.h (specializations_of_same_template_p): Remove.
authorMark Mitchell <mark@markmitchell.com>
Tue, 13 Oct 1998 14:34:26 +0000 (14:34 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 13 Oct 1998 14:34:26 +0000 (14:34 +0000)
commit9fbf56f7a1c01f69835b0dd722c4df5d6d83ab0b
tree9a6e95385ba03c0beb5272022ade38179623beb1
parent29a65e3dd4ee3a58d4fd49cdaf2b52dc499f5a2e
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/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/search.c