From 5f83378a9ca788e8a27e298b9e2b8969c944988b Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 9 Jan 2012 22:04:03 +0000 Subject: build: remove unused variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit detected by clang. Change-Id: Id9effcc5437870f37fecd33803f7753c6eca53d6 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/361 Tested-by: jenkins Reviewed-by: Øyvind Harboe Reviewed-by: Mathias Küster --- src/flash/nor/str7x.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/flash/nor/str7x.c') diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c index 91ef77b7..57f860d6 100644 --- a/src/flash/nor/str7x.c +++ b/src/flash/nor/str7x.c @@ -726,12 +726,10 @@ static int str7x_write(struct flash_bank *bank, uint8_t *buffer, /* data word 1 */ target_write_memory(target, str7x_get_flash_adr(bank, FLASH_DR0), 4, 1, last_dword); - bytes_written += 4; /* data word 2 */ target_write_memory(target, str7x_get_flash_adr(bank, FLASH_DR1), 4, 1, last_dword + 4); - bytes_written += 4; /* start programming cycle */ cmd = FLASH_DWPG | FLASH_WMS; -- cgit v1.2.3-18-g5258