diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/output.h b/gcc/output.h index 8ea3d12..25d16bf 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -399,11 +399,6 @@ extern const char *weak_global_object_name; extern 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. */ - -extern 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. */ |