Fixed some left-over network warnings.

This commit is contained in:
OBattler
2023-11-24 21:49:56 +01:00
parent 8c80274bf7
commit 6f218b6360
2 changed files with 0 additions and 11 deletions

View File

@@ -1327,7 +1327,6 @@ tulip_pci_write(UNUSED(int func), int addr, uint8_t val, void *priv)
static void *
nic_init(const device_t *info)
{
uint8_t eeprom_default_local[128];
nmc93cxx_eeprom_params_t params;
TULIPState *s = calloc(1, sizeof(TULIPState));
char filename[1024] = { 0 };