]> git.sur5r.net Git - openocd/commitdiff
remove unused aduc702x structure.
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 16:02:59 +0000 (08:02 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:58:08 +0000 (11:58 -0800)
The ADUC702x_FLASH_MMIO structure was completely used, so it must die.

src/flash/aduc702x.c

index 255b17695d72206cc18f2bba0e1c4198aef72e5e..ea9e840012e67022b43caa472bc9474ec6b66180 100644 (file)
@@ -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;
 };