aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 3777d0e..82d3cf6 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1940,14 +1940,6 @@ extern int immediate_size_expand;
extern tree current_function_decl;
-/* Nonzero if function being compiled can call setjmp. */
-
-extern int current_function_calls_setjmp;
-
-/* Nonzero if function being compiled can call longjmp. */
-
-extern int current_function_calls_longjmp;
-
/* Nonzero means all ..._TYPE nodes should be allocated permanently. */
extern int all_types_permanent;