diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2013-10-05 00:19:36 +0200 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-10-15 20:41:27 +0000 |
commit | 6ef28babe3bbf965185b78fea2aa9ecf0a563cf5 (patch) | |
tree | 1cd504eab70059d1b3f09a0bdbdd08066221fa5c /src | |
parent | 3da319e8b14df3cc33d883a5bd3091e4e4c9da88 (diff) |
nds32: Remove unused declaration
Change-Id: Ie0df720b2adacc8f10474f88f15142fa94c388b8
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1686
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/target/nds32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/nds32.h b/src/target/nds32.h index fe5ee00e..eddfe7a0 100644 --- a/src/target/nds32.h +++ b/src/target/nds32.h @@ -391,8 +391,6 @@ extern int nds32_write_buffer(struct target *target, uint32_t address, uint32_t size, const uint8_t *buffer); extern int nds32_read_buffer(struct target *target, uint32_t address, uint32_t size, uint8_t *buffer); -extern int nds32_bulk_write_memory(struct target *target, - uint32_t address, uint32_t count, const uint8_t *buffer); extern int nds32_read_memory(struct target *target, uint32_t address, uint32_t size, uint32_t count, uint8_t *buffer); extern int nds32_write_memory(struct target *target, uint32_t address, |