From 212ac20cebe99703f9046cc173839f4a2dcc3f09 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 10 Jan 1994 19:37:14 -0500 Subject: [PATCH] Remove redundant prototype for gen_highpart. From-SVN: r6380 --- gcc/optabs.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gcc/optabs.c b/gcc/optabs.c index 6a5a5843983..ff96b4c9a22 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1,5 +1,5 @@ /* Expand the basic unary and binary arithmetic operations, for GNU compiler. - Copyright (C) 1987, 1988, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1992, 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -192,9 +192,6 @@ rtx fixunstfsi_libfunc; rtx fixunstfdi_libfunc; rtx fixunstfti_libfunc; -/* from emit-rtl.c */ -extern rtx gen_highpart (); - /* Indexed by the rtx-code for a conditional (eg. EQ, LT,...) gives the gen_function to make a branch to test that condition. */ -- 2.30.2