[patch] tc-h8300.c: Remove an unused struct.

Kazu Hirata kazu@cs.umass.edu
Wed Nov 19 01:14:00 GMT 2003
Hi,

Attached is a patch to remove an unused struct.

Tested on h8300 port.  OK to apply?

Kazu Hirata

2003-11-18  Kazu Hirata  <kazu@cs.umass.edu>

	* config/tc-h8300.c (h8_exp): Remove.

Index: tc-h8300.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.c,v
retrieving revision 1.37
diff -u -r1.37 tc-h8300.c
--- tc-h8300.c	17 Oct 2003 10:23:33 -0000	1.37
+++ tc-h8300.c	19 Nov 2003 01:12:47 -0000
@@ -319,13 +319,6 @@
   linkrelax = 1;
 }
 
-struct h8_exp
-{
-  char *e_beg;
-  char *e_end;
-  expressionS e_exp;
-};
-
 struct h8_op
 {
   op_type mode;



More information about the Binutils mailing list