summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-12 21:08:34 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-12 21:08:34 +0000
commite7fef81b550973a86930ebc7a3f5e6e6403ccc9c (patch)
tree8b1a30810d2de64d543c449e12e7f4429b3bb4a3 /gcc/cp/cp-tree.h
parent618e262b940b565097aee940672510e482c73295 (diff)
downloadgcc-e7fef81b550973a86930ebc7a3f5e6e6403ccc9c.tar.gz
* pt.c (template_parms_variadic_p): Remove.
* cp-tree.h: Remove the prototype for template_parms_variadic_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126603 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 68aeace6e44..86044470ab7 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -4416,7 +4416,6 @@ extern tree instantiate_decl (tree, int, bool);
extern int comp_template_parms (tree, tree);
extern bool uses_parameter_packs (tree);
extern bool template_parameter_pack_p (tree);
-extern bool template_parms_variadic_p (tree);
extern tree make_pack_expansion (tree);
extern bool check_for_bare_parameter_packs (tree);
extern int template_class_depth (tree);