From: Richard Kenner Date: Tue, 11 Jan 1994 00:37:14 +0000 (-0500) Subject: Remove redundant prototype for gen_highpart. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=212ac20cebe99703f9046cc173839f4a2dcc3f09;p=gcc.git Remove redundant prototype for gen_highpart. From-SVN: r6380 --- 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. */