From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Iuy-0005jF-4u for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Ius-0000DN-9V for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:36 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:33412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Ius-0000DH-72 for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:30 -0400 Received: by ywm39 with SMTP id 39so1254453ywm.4 for ; Wed, 21 Sep 2011 02:16:29 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 21 Sep 2011 11:16:22 +0200 Message-Id: <1316596582-9417-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] remove duplicate typedef List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Signed-off-by: Paolo Bonzini --- This is failing with some versions of GCC but not others, apparently. qemu-common.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu-common.h b/qemu-common.h index ef9a2bb..404c421 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -18,7 +18,6 @@ typedef struct DeviceState DeviceState; struct Monitor; typedef struct Monitor Monitor; -typedef struct QEMUSGList QEMUSGList; /* we put basic includes here to avoid repeating them in device drivers */ #include -- 1.7.6