summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-29 05:50:01 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-29 05:50:01 +0000
commitebcde562d9903a257a3b40a79c94e1010e5b5fc2 (patch)
treef5df3e086854f7655921e55fe16b5799b46d9f8c /src
parent188cf8d96080f1c5ae37232d1595d5282ee0ff1d (diff)
downloadopenocd+libswd-ebcde562d9903a257a3b40a79c94e1010e5b5fc2.tar.gz
openocd+libswd-ebcde562d9903a257a3b40a79c94e1010e5b5fc2.tar.bz2
openocd+libswd-ebcde562d9903a257a3b40a79c94e1010e5b5fc2.tar.xz
openocd+libswd-ebcde562d9903a257a3b40a79c94e1010e5b5fc2.zip
Remove error_handler_t type definition; it was unused in the tree.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1943 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index e2b61361..9ad09688 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -258,8 +258,6 @@ static inline tap_state_t jtag_debug_state_machine(const void *tms_buf,
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);