From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mowyl-0004pV-AM for qemu-devel@nongnu.org; Sat, 19 Sep 2009 06:15:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mowyg-0004oy-JB for qemu-devel@nongnu.org; Sat, 19 Sep 2009 06:15:42 -0400 Received: from [199.232.76.173] (port=41838 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mowyg-0004ou-DK for qemu-devel@nongnu.org; Sat, 19 Sep 2009 06:15:38 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:51387) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mowyg-0000Zn-0I for qemu-devel@nongnu.org; Sat, 19 Sep 2009 06:15:38 -0400 From: Stefan Weil Date: Sat, 19 Sep 2009 12:15:35 +0200 Message-Id: <1253355335-8136-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] eepro100: Remove unused code List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers 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 --- 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