remove useless variable.
This commit is contained in:
parent
90698769d0
commit
6bcf46190b
|
@ -26,7 +26,6 @@
|
|||
static FILE *img = NULL;
|
||||
static u32 write_count = 0;
|
||||
static u32 write_enabled = 0;
|
||||
static int old_addr = 0;
|
||||
static void init_r4_flash()
|
||||
{
|
||||
srand(time(NULL));
|
||||
|
|
Loading…
Reference in New Issue