From 43483e5054c78e0fdfaebed5e14c14246af07c97 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:02:59 -0800 Subject: [PATCH] remove unused aduc702x structure. The ADUC702x_FLASH_MMIO structure was completely used, so it must die. --- src/flash/aduc702x.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/flash/aduc702x.c b/src/flash/aduc702x.c index 255b17695d..ea9e840012 100644 --- a/src/flash/aduc702x.c +++ b/src/flash/aduc702x.c @@ -43,17 +43,6 @@ static int aduc702x_set_write_enable(target_t *target, int enable); #define ADUC702x_FLASH_FEEPRO (6*4) #define ADUC702x_FLASH_FEEHIDE (7*4) -typedef struct { - uint32_t feesta; - uint32_t feemod; - uint32_t feecon; - uint32_t feedat; - uint32_t feeadr; - uint32_t feesign; - uint32_t feepro; - uint32_t feehide; -} ADUC702x_FLASH_MMIO; - struct aduc702x_flash_bank { working_area_t *write_algorithm; }; -- 2.30.2