From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrYWD-0004Wz-P1 for qemu-devel@nongnu.org; Sat, 05 Jan 2013 13:30:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrYWC-00067U-PK for qemu-devel@nongnu.org; Sat, 05 Jan 2013 13:30:53 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:46016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrYWC-00067I-GU for qemu-devel@nongnu.org; Sat, 05 Jan 2013 13:30:52 -0500 Received: by mail-la0-f46.google.com with SMTP id fq13so11609398lab.5 for ; Sat, 05 Jan 2013 10:30:51 -0800 (PST) From: Blue Swirl Date: Sat, 5 Jan 2013 18:30:38 +0000 Message-Id: Subject: [Qemu-devel] [PATCH] slirp: remove unused field tt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, Jan Kiszka Signed-off-by: Blue Swirl --- slirp/slirp.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/slirp/slirp.h b/slirp/slirp.h index dfc3e3a..fe0e65d 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -215,7 +215,6 @@ struct Slirp { char client_hostname[33]; int restricted; - struct timeval tt; struct ex_list *exec_list; /* mbuf states */ -- 1.7.2.5