diff options
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r-- | gcc/cp/cp-tree.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 5e89189..486667c 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -200,9 +200,6 @@ DEFTREECODE (WRAPPER, "wrapper", 'x', 1) unused. */ DEFTREECODE (LOOKUP_EXPR, "lookup_expr", 'e', 1) -/* Used to represent __PRETTY_FUNCTION__ in template bodies. */ -DEFTREECODE (FUNCTION_NAME, "function_name", 'e', 0) - /* A whole bunch of tree codes for the initial, superficial parsing of templates. */ DEFTREECODE (MODOP_EXPR, "modop_expr", 'e', 3) |