From patchwork Sat Jan 5 18:30:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Blue Swirl X-Patchwork-Id: 209689 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AD2522C008D for ; Sun, 6 Jan 2013 05:31:02 +1100 (EST) Received: from localhost ([::1]:40564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrYWJ-0004X4-O4 for incoming@patchwork.ozlabs.org; Sat, 05 Jan 2013 13:30:59 -0500 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=Alw0dq1+UErZT0brCD8a4OrDTWj+h+LyHy49PGe1m1I=; b=I4jGoz8Toj0CmtXuqJh4MpkLreYG+E9unWQQROjPe75t05RsS3uKPEd0ulhXGV21Xf Gzm2Gh7/+vOzXpUbqRIa7eoUV8RVx4AnIFTilEFr0j0ZDVRCy9fSGTBPlvVaY9XCBIoJ JWJ5sEs8SM9oAqzIEOhiS5PenxxzcPHgy5uewa8EZB2eQqFCGEW4t6Gc0SY6xdj98u4M 31IP/7PDAr/TgxLQndxSGKIqNgK3kdPrYx95v/7cb9k1YzX+KOIAs1pD+pQOwDkJaeZv qfD2JNjIBo7odhEs9PeODQe0GOQ7619/Ca8ADOiuRMj+U4Nlr1wRApOeSAnFdoL8XLyj fuYg== X-Received: by 10.112.84.168 with SMTP id a8mr21757169lbz.75.1357410651520; Sat, 05 Jan 2013 10:30:51 -0800 (PST) Received: from localhost.localdomain (blueswirl.broker.freenet6.net. [2001:5c0:1000:b::b867]) by mx.google.com with ESMTPS id bf3sm19054926lbb.16.2013.01.05.10.30.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Jan 2013 10:30:50 -0800 (PST) From: Blue Swirl To: qemu-devel@nongnu.org Date: Sat, 5 Jan 2013 18:30:38 +0000 Message-Id: X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.46 Cc: blauwirbel@gmail.com, Jan Kiszka Subject: [Qemu-devel] [PATCH] slirp: remove unused field tt X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 */