diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 19f3e37b08a..58c292e6ce7 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -125,11 +125,6 @@ extern rtx arg_pointer_save_area; /* Chain of all RTL_EXPRs that have insns in them. */ extern tree rtl_expr_chain; - -/* Stack allocation level in which temporaries for TARGET_EXPRs live. */ -extern int target_temp_slot_level; - -extern int temp_slot_level; /* Functions and data structures for expanding case statements. */ |