From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmUed-0001qm-31 for qemu-devel@nongnu.org; Sun, 26 Apr 2015 18:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmUeZ-0004jt-V3 for qemu-devel@nongnu.org; Sun, 26 Apr 2015 18:03:59 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmUeZ-0004ji-Q5 for qemu-devel@nongnu.org; Sun, 26 Apr 2015 18:03:55 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0FFC620905 for ; Sun, 26 Apr 2015 18:03:54 -0400 (EDT) From: "Emilio G. Cota" Date: Sun, 26 Apr 2015 18:04:27 -0400 Message-Id: <1430085867-22514-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCH] i440fx-test: remove ARRAY_SIZE redefinition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laszlo Ersek It's defined in osdep.h and shouldn't be redefined here. Signed-off-by: Emilio G. Cota --- tests/i440fx-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/i440fx-test.c b/tests/i440fx-test.c index d0bc8de..33a7ecb 100644 --- a/tests/i440fx-test.c +++ b/tests/i440fx-test.c @@ -27,8 +27,6 @@ #define BROKEN 1 -#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) - typedef struct TestData { int num_cpus; -- 1.9.1