diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-02 04:31:49 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-02 04:31:49 +0000 |
commit | d0a6db31a3d4c7691a6eedc04cd2b883322f6b73 (patch) | |
tree | ec52cdb56641aae3debc100764f678a4192ee8eb | |
parent | deed7fb56c1067b84d5805df5ead428e09e8325e (diff) | |
download | openocd_libswd-d0a6db31a3d4c7691a6eedc04cd2b883322f6b73.tar.gz openocd_libswd-d0a6db31a3d4c7691a6eedc04cd2b883322f6b73.tar.bz2 openocd_libswd-d0a6db31a3d4c7691a6eedc04cd2b883322f6b73.tar.xz openocd_libswd-d0a6db31a3d4c7691a6eedc04cd2b883322f6b73.zip |
Remove the useless invalidstruct from jtag.h.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1990 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/jtag/jtag.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 83ce28af..a0ee427f 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -800,10 +800,6 @@ extern int jtag_power_dropout(int* dropout); extern int jtag_srst_asserted(int* srst_asserted); /* JTAG support functions */ -struct invalidstruct -{ - -}; /* execute jtag queue and check value and use mask if mask is != NULL. invokes * jtag_set_error() with any error. */ |