qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] eepro100: Remove unused code


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] eepro100: Remove unused code
Date: Sat, 19 Sep 2009 12:15:35 +0200

This patch is a step to synchronize my maintainer version
of eepro100.c (git://repo.or.cz/qemu/ar7.git) with the
version integrated in QEMU.

Signed-off-by: Stefan Weil <address@hidden>
---
 hw/eepro100.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

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);
 }
 
-- 
1.5.6.5





reply via email to

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