This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] h8300-protos.h: Remove an unused prototype.


Hi,

Attached is a patch to remove an unused prototype.

Committed as obvious.

Kazu Hirata

2002-01-28  Kazu Hirata  <kazu@hxi.com>

	* config/h8300/h8300-protos.h: Remove an unused prototype.

Index: h8300-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300-protos.h,v
retrieving revision 1.15
diff -u -r1.15 h8300-protos.h
--- h8300-protos.h	2002/01/17 00:25:29	1.15
+++ h8300-protos.h	2002/01/28 18:53:37
@@ -28,7 +28,6 @@
 #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));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]