Fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18064 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-07-15 21:46:46 +00:00
parent 3352b265e6
commit 635ad63539

View file

@ -370,7 +370,6 @@ static void nand_read_raw(int bank, int row, int column, int size, void* buf)
static void nand_get_chip_info(void) static void nand_get_chip_info(void)
{ {
bool found = false;
unsigned char manuf_id; unsigned char manuf_id;
unsigned char id_buf[8]; unsigned char id_buf[8];