Remove unused mflash driver 'prove' field.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1929 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-27 12:21:28 +00:00
parent 2caf8655b5
commit d2089dbae0
2 changed files with 0 additions and 14 deletions

View File

@@ -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);