diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/function.c b/gcc/function.c index 6778465..d2d1dba 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -103,11 +103,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA compiler passes. */ int current_function_is_leaf; -/* Nonzero if function being compiled doesn't contain any instructions - that can throw an exception. This is set prior to final. */ - -int current_function_nothrow; - /* Nonzero if function being compiled doesn't modify the stack pointer (ignoring the prologue and epilogue). This is only valid after life_analysis has run. */ |