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.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-common.def b/gcc/c-common.def
index 434af64fb9b..a78cfc16d3d 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -71,9 +71,6 @@ DEFTREECODE (CONTINUE_STMT, "continue_stmt", 'e', 0)
SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */
DEFTREECODE (SWITCH_STMT, "switch_stmt", 'e', 3)
-/* Used to represent an inline assembly statement. */
-DEFTREECODE (ASM_STMT, "asm_stmt", 'e', 4)
-
/* Used to represent a CASE_LABEL. The operands are CASE_LOW and
CASE_HIGH, respectively. If CASE_LOW is NULL_TREE, the label is a
'default' label. If CASE_HIGH is NULL_TREE, the label is a normal case