aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-17 08:11:20 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-01-17 08:11:20 +0000
commitfb3c9d26a0826a3fe631de5ca7a25f80e5cb7450 (patch)
tree1fcf699d734447f85d990c15c89c74213bc4d225 /gcc/cp/cp-tree.h
parenta865ef7f81480c2626aad7b1c0ebfb79ea70663c (diff)
* pt.c (tinst_for_decl): Remove.
* cp-tree.h: Remove the corresponding prototypes. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@93756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index d2a7b55edee..5f091db86b8 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -4009,7 +4009,6 @@ extern int uses_template_parms_level (tree, int);
extern tree instantiate_class_template (tree);
extern tree instantiate_template (tree, tree, tsubst_flags_t);
extern int fn_type_unification (tree, tree, tree, tree, tree, unification_kind_t, int);
-extern tree tinst_for_decl (void);
extern void mark_decl_instantiated (tree, int);
extern int more_specialized (tree, tree, int, int);
extern void mark_class_instantiated (tree, int);