qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT fd9ae2e] eepro100: Remove unused code


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT fd9ae2e] eepro100: Remove unused code
Date: Sat, 26 Sep 2009 21:57:13 -0000

From: Stefan Weil <address@hidden>

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/hw/eepro100.c b/hw/eepro100.c
index a1a2734..89987d7 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);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]