summaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-27 12:21:28 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-27 12:21:28 +0000
commitd2089dbae0c3ec1fc5bef02ea93b9f65b02de597 (patch)
treee034a5e96f876d140b963e7f8a40d7de1682ce8a /src/flash/mflash.h
parent2caf8655b59873d63421a9f4b23e813d27dd880b (diff)
downloadopenocd+libswd-d2089dbae0c3ec1fc5bef02ea93b9f65b02de597.tar.gz
openocd+libswd-d2089dbae0c3ec1fc5bef02ea93b9f65b02de597.tar.bz2
openocd+libswd-d2089dbae0c3ec1fc5bef02ea93b9f65b02de597.tar.xz
openocd+libswd-d2089dbae0c3ec1fc5bef02ea93b9f65b02de597.zip
unsik Kim <donari75@gmail.com>:
Remove unused mflash driver 'prove' field. git-svn-id: svn://svn.berlios.de/openocd/trunk@1929 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/mflash.h')
-rw-r--r--src/flash/mflash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/mflash.h b/src/flash/mflash.h
index d4429165..3d88ef4c 100644
--- a/src/flash/mflash.h
+++ b/src/flash/mflash.h
@@ -131,8 +131,6 @@ typedef struct mflash_bank_s
mflash_gpio_drv_t *gpio_drv;
target_t *target;
mg_drv_info_t *drv_info;
-
- u8 proved;
} mflash_bank_t;
extern int mflash_register_commands(struct command_context_s *cmd_ctx);