From 0bf8477d987a278a0cfe8040b6117d2f08469202 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Mar 2006 17:42:47 +0000 Subject: function.c (use_return_register): Make it static. * function.c (use_return_register): Make it static. * function.h: Remove the prototype. From-SVN: r111737 --- gcc/function.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/function.h') diff --git a/gcc/function.h b/gcc/function.h index a904e0f..7c9ea3f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -547,7 +547,6 @@ extern void init_varasm_status (struct function *); #ifdef RTX_CODE extern void diddle_return_value (void (*)(rtx, void*), void*); extern void clobber_return_register (void); -extern void use_return_register (void); #endif extern rtx get_arg_pointer_save_area (struct function *); -- cgit v1.1