summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-06-21 13:32:16 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-06-21 13:43:36 +0200
commit2fbb0b5972b04e10090e39137817e9f359fb6105 (patch)
treef05ab18b765753e2ccd26d92e8805dbde3cb899f /src/jtag/jtag.h
parentdcba0709580cd8b0d2869894d2f7e22195b7e3d7 (diff)
downloadopenocd_libswd-2fbb0b5972b04e10090e39137817e9f359fb6105.tar.gz
openocd_libswd-2fbb0b5972b04e10090e39137817e9f359fb6105.tar.bz2
openocd_libswd-2fbb0b5972b04e10090e39137817e9f359fb6105.tar.xz
openocd_libswd-2fbb0b5972b04e10090e39137817e9f359fb6105.zip
jtag: retire jtag_get_error()
This fn is an implementation detail of jtag_execute_queue() that is not to be exposed externally. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/jtag/jtag.h')
-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 cdc02ab7..97ceb013 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -661,8 +661,6 @@ void jtag_sleep(uint32_t us);
* called with a non-zero error code.
*/
void jtag_set_error(int error);
-/// @returns The current value of jtag_error
-int jtag_get_error(void);
/**
* Resets jtag_error to ERROR_OK, returning its previous value.
* @returns The previous value of @c jtag_error.