This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Useless declaration in recog.c
- To: egcs-patches at cygnus dot com
- Subject: Useless declaration in recog.c
- From: Bernd Schmidt <crux at Pool dot Informatik dot RWTH-Aachen dot DE>
- Date: Fri, 2 Oct 1998 14:02:42 +0200 (MET DST)
* recog.c (alter_subreg): Delete declaration.
Index: recog.c
===================================================================
RCS file: /usr/local/cvs/gcs/gcc/recog.c,v
retrieving revision 1.1.1.13
diff -u -p -r1.1.1.13 recog.c
--- recog.c 1998/09/18 14:18:16 1.1.1.13
+++ recog.c 1998/10/01 17:50:25
@@ -40,9 +40,6 @@ Boston, MA 02111-1307, USA. */
#endif
#endif
-/* Import from final.c: */
-extern rtx alter_subreg ();
-
static void validate_replace_rtx_1 PROTO((rtx *, rtx, rtx, rtx));
static rtx *find_single_use_1 PROTO((rtx, rtx *));
static rtx *find_constant_term_loc PROTO((rtx *));