diff options
-rw-r--r-- | hw/eepro100.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c index a1a2734ebe..89987d7fd1 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -516,10 +516,6 @@ static void nic_reset(void *opaque) { EEPRO100State *s = opaque; TRACE(OTHER, logout("%p\n", s)); - static int first; - if (!first) { - first = 1; - } nic_selective_reset(s); } |