Ver código fonte

Fix defined but not used build warning

- warning: 'srom' defined but not used

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Marcel Ziswiler 17 anos atrás
pai
commit
8e90cd0447
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      board/trizepsiv/eeprom.c

+ 0 - 1
board/trizepsiv/eeprom.c

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