From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Mark McLoughlin 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> Subject: [Qemu-devel] [PATCH 04/16] net: remove unused qemu_handler_true() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin 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); -- 1.6.2.5