summary refs log tree commit diff stats
path: root/hw/eepro100.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r--hw/eepro100.c4
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);
 }