From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSLE3-0007mY-OS for qemu-devel@nongnu.org; Thu, 29 Nov 2018 07:15:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSLDy-00040A-SF for qemu-devel@nongnu.org; Thu, 29 Nov 2018 07:15:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSLDy-0003zb-LH for qemu-devel@nongnu.org; Thu, 29 Nov 2018 07:15:18 -0500 From: Jason Wang Date: Thu, 29 Nov 2018 20:14:47 +0800 Message-Id: <20181129121449.4322-3-jasowang@redhat.com> In-Reply-To: <20181129121449.4322-1-jasowang@redhat.com> References: <20181129121449.4322-1-jasowang@redhat.com> Subject: [Qemu-devel] [PATCH V2 for 3.1 2/4] virtio-net-test: remove unused macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: mst@redhat.com, ppandit@redhat.com, liq3ea@163.com, liq3ea@gmail.com, pbonzini@redhat.com, Jason Wang Reviewed-by: Thomas Huth Signed-off-by: Jason Wang --- tests/virtio-net-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/virtio-net-test.c b/tests/virtio-net-test.c index dcb87a8b6e..231e7c767e 100644 --- a/tests/virtio-net-test.c +++ b/tests/virtio-net-test.c @@ -24,7 +24,6 @@ #define PCI_SLOT_HP 0x06 #define PCI_SLOT 0x04 -#define PCI_FN 0x00 #define QVIRTIO_NET_TIMEOUT_US (30 * 1000 * 1000) #define VNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf) -- 2.17.1