diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 972e266..72d4528 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -5075,20 +5075,6 @@ reopen_tinst_level (tree level) pop_tinst_level (); } -/* Return the outermost template instantiation context, for use with - -falt-external-templates. */ - -tree -tinst_for_decl (void) -{ - tree p = current_tinst_level; - - if (p) - for (; TREE_CHAIN (p) ; p = TREE_CHAIN (p)) - ; - return p; -} - /* DECL is a friend FUNCTION_DECL or TEMPLATE_DECL. ARGS is the vector of template arguments, as for tsubst. |