Selaa lähdekoodia

Fix defined but not used build warning

- warning: 'srom' defined but not used

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Marcel Ziswiler 17 vuotta sitten
vanhempi
commit
8e90cd0447
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      board/trizepsiv/eeprom.c

+ 0 - 1
board/trizepsiv/eeprom.c

@@ -24,7 +24,6 @@
 #include <common.h>
 #include <command.h>
 
-static unsigned char srom[128];
 extern u16 read_srom_word(int);
 extern void write_srom_word(int offset, u16 val);