aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index cab8938..8cba3d6 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -1641,17 +1641,6 @@ cp_tree_equal (tree t1, tree t2)
return false;
}
-/* Build a wrapper around a 'struct z_candidate' so we can use it as a
- tree. */
-
-tree
-build_zc_wrapper (struct z_candidate* ptr)
-{
- tree t = make_node (WRAPPER);
- WRAPPER_ZC (t) = ptr;
- return t;
-}
-
/* The type of ARG when used as an lvalue. */
tree