diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8a78870..63c095c 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -838,8 +838,6 @@ extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *); extern tree c_staticp (tree); -extern int c_common_unsafe_for_reeval (tree); - extern void init_c_lex (void); extern void c_cpp_builtins (cpp_reader *); |