From fd92e7239b1e9bf344b7b37189fd4955e20549da Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 29 May 2014 11:59:26 +0100 Subject: [PATCH] slirp: Remove unused zero_ethaddr[] variable The zero_ethaddr[] array is never used; delete it. Change-Id: Ia78b5a2acee9d7660b5f74cb82b57b433ce803fb Signed-off-by: Peter Maydell Signed-off-by: Michael Tokarev --- slirp/slirp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/slirp/slirp.c b/slirp/slirp.c index bad8dad02e..4f50c2b647 100644 --- a/slirp/slirp.c +++ b/slirp/slirp.c @@ -37,8 +37,6 @@ static const uint8_t special_ethaddr[ETH_ALEN] = { 0x52, 0x55, 0x00, 0x00, 0x00, 0x00 }; -static const uint8_t zero_ethaddr[ETH_ALEN] = { 0, 0, 0, 0, 0, 0 }; - u_int curtime; static QTAILQ_HEAD(slirp_instances, Slirp) slirp_instances = -- 2.34.1