diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 2cef957..78985cb 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -170,9 +170,6 @@ int flag_permissive = 0; the support provided depends on the backend. */ rtx stack_limit_rtx; -/* Type of stack check. */ -enum stack_check_type flag_stack_check = NO_STACK_CHECK; - /* True if the user has tagged the function with the 'section' attribute. */ |