This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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] tc-h8300.c: Remove an unused struct.


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;


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