From patchwork Thu Oct 8 18:58:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark McLoughlin X-Patchwork-Id: 35504 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 58325B7B68 for ; Fri, 9 Oct 2009 06:05:00 +1100 (EST) Received: from localhost ([127.0.0.1]:33567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvyIL-0008JY-R3 for incoming@patchwork.ozlabs.org; Thu, 08 Oct 2009 15:04:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvyDp-00065b-AR for qemu-devel@nongnu.org; Thu, 08 Oct 2009 15:00:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvyDk-00062x-Q1 for qemu-devel@nongnu.org; Thu, 08 Oct 2009 15:00:16 -0400 Received: from [199.232.76.173] (port=52316 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvyDk-00062t-GF for qemu-devel@nongnu.org; Thu, 08 Oct 2009 15:00:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33149) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvyDk-0006vR-02 for qemu-devel@nongnu.org; Thu, 08 Oct 2009 15:00:12 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n98J0ASD005388 for ; Thu, 8 Oct 2009 15:00:10 -0400 Received: from blaa.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n98J09Fe012985; Thu, 8 Oct 2009 15:00:10 -0400 Received: by blaa.localdomain (Postfix, from userid 500) id 2D0B751FD6; Thu, 8 Oct 2009 19:58:33 +0100 (IST) From: Mark McLoughlin To: qemu-devel@nongnu.org Date: Thu, 8 Oct 2009 19:58:20 +0100 Message-Id: <1255028312-28180-5-git-send-email-markmc@redhat.com> In-Reply-To: <1255028312-28180-1-git-send-email-markmc@redhat.com> References: <1255028312-28180-1-git-send-email-markmc@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Mark McLoughlin Subject: [Qemu-devel] [PATCH 04/16] net: remove unused qemu_handler_true() X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Mark McLoughlin --- net.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net.h b/net.h index 2b0ed9b..49e160d 100644 --- a/net.h +++ b/net.h @@ -80,7 +80,6 @@ int qemu_show_nic_models(const char *arg, const char *const *models); void qemu_check_nic_model(NICInfo *nd, const char *model); int qemu_find_nic_model(NICInfo *nd, const char * const *models, const char *default_model); -void qemu_handler_true(void *opaque); void do_info_network(Monitor *mon); void do_set_link(Monitor *mon, const QDict *qdict);