diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index cc01d16..dc1dbcc 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -597,7 +597,6 @@ extern void free_after_parsing PARAMS ((struct function *)); extern void free_after_compilation PARAMS ((struct function *)); extern void init_varasm_status PARAMS ((struct function *)); -extern void restore_varasm_status PARAMS ((struct function *)); extern void free_varasm_status PARAMS ((struct function *)); extern void free_emit_status PARAMS ((struct function *)); extern void free_stmt_status PARAMS ((struct function *)); |