diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index 89319ebf2e3..11c781750da 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -605,8 +605,6 @@ extern void free_after_compilation PARAMS ((struct function *)); extern void init_varasm_status PARAMS ((struct function *)); -extern rtx get_first_block_beg PARAMS ((void)); - #ifdef RTX_CODE extern void diddle_return_value PARAMS ((void (*)(rtx, void*), void*)); extern void clobber_return_register PARAMS ((void)); |