From: Andreas Fritiofson Date: Fri, 4 Oct 2013 22:19:36 +0000 (+0200) Subject: nds32: Remove unused declaration X-Git-Tag: v0.8.0-rc1~211 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6ef28babe3bbf965185b78fea2aa9ecf0a563cf5 nds32: Remove unused declaration Change-Id: Ie0df720b2adacc8f10474f88f15142fa94c388b8 Signed-off-by: Andreas Fritiofson Reviewed-on: http://openocd.zylin.com/1686 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/src/target/nds32.h b/src/target/nds32.h index fe5ee00edc..eddfe7a052 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,