From 7dc3f8c01897a5df46880f9555db96deabfb0697 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 28 Jan 2002 18:57:01 +0000 Subject: [PATCH] * config/h8300/h8300-protos.h: Remove an unused prototype. From-SVN: r49293 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300-protos.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31bd96d1f6e..b92dcd821a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-28 Kazu Hirata + + * config/h8300/h8300-protos.h: Remove an unused prototype. + 2002-01-28 Roman Zippel * toplev.c (lang_independent_init): Round up identifier size. diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index 0622f5b3dfc..d32b2d56815 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ #ifdef RTX_CODE extern const char *output_a_shift PARAMS ((rtx, rtx *)); extern const char *emit_a_rotate PARAMS ((int, rtx *)); -extern const char *output_adds_subs PARAMS ((rtx *)); extern const char *output_simode_bld PARAMS ((int, int, rtx[])); extern void print_operand_address PARAMS ((FILE *, rtx)); extern const char *byte_reg PARAMS ((rtx, int)); -- 2.30.2