summaryrefslogtreecommitdiff
path: root/gcc/c-common.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.def')
-rw-r--r--gcc/c-common.def6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/c-common.def b/gcc/c-common.def
index 62dd05703cf..5d8c237831d 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -2,7 +2,7 @@
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
- 1999, 2000, 2001 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
Written by Benjamin Chelf <chelf@codesourcery.com>
This file is part of GCC.
@@ -49,10 +49,6 @@ DEFTREECODE (WHILE_STMT, "while_stmt", 'e', 2)
DO_COND, respectively. */
DEFTREECODE (DO_STMT, "do_stmt", 'e', 2)
-/* Used to represent a 'return' statement. The operand is
- RETURN_STMT_EXPR. */
-DEFTREECODE (RETURN_STMT, "return_stmt", 'e', 1)
-
/* Used to represent a 'break' statement. */
DEFTREECODE (BREAK_STMT, "break_stmt", 'e', 0)