From: Stefan Weil Date: Sat, 19 Sep 2009 10:15:35 +0000 (+0200) Subject: eepro100: Remove unused code X-Git-Tag: v0.12.0-rc0~1019 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd9ae2ec06bd3d782a50d3dd48d8834a63d257b3;p=thirdparty%2Fqemu.git eepro100: Remove unused code Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- diff --git a/hw/eepro100.c b/hw/eepro100.c index a1a2734ebe4..89987d7fd1b 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); }