Author: zwelch
Date: 2009-05-29 07:50:01 +0200 (Fri, 29 May 2009)
New Revision: 1943
Modified:
trunk/src/jtag/jtag.h
Log:
Remove error_handler_t type definition; it was unused in the tree.
Modified: trunk/src/jtag/jtag.h
===================================================================
--- trunk/src/jtag/jtag.h 2009-05-29 04:00:51 UTC (rev 1942)
+++ trunk/src/jtag/jtag.h 2009-05-29 05:50:01 UTC (rev 1943)
@@ -258,8 +258,6 @@
extern tap_state_t cmd_queue_end_state; /* finish DR scans in dr_end_state */
extern tap_state_t cmd_queue_cur_state; /* current TAP state */
-typedef void* error_handler_t; /* Later on we can delete error_handler_t, but keep it for now to make patches more readable */
-
struct scan_field_s;
typedef int (*in_handler_t)(u8* in_value, void* priv, struct scan_field_s* field);
|