diff options
Diffstat (limited to 'gcc/ada/ada-tree.def')
-rw-r--r-- | gcc/ada/ada-tree.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/ada-tree.def b/gcc/ada/ada-tree.def index 55c199dda5b..8dfd6ddb278 100644 --- a/gcc/ada/ada-tree.def +++ b/gcc/ada/ada-tree.def @@ -80,6 +80,3 @@ DEFTREECODE (REGION_STMT, "region_stmt", tcc_statement, 3) handler itself, and HANDLER_STMT_BLOCK is the BLOCK node for this binding. */ DEFTREECODE (HANDLER_STMT, "handler_stmt", tcc_statement, 3) - -/* A statement that emits a USE for its single operand. */ -DEFTREECODE (USE_STMT, "use_expr", tcc_statement, 1) |