From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMLg-0003c1-NZ for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyMLc-00053P-2p for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:09:44 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:35505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMLb-00053I-Sj for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:09:40 -0500 From: Peter Maydell Date: Mon, 16 Nov 2015 16:09:38 +0000 Message-Id: <1447690178-4560-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH for-2.5] default-configs/aarch64-linux-user.mak: Remove unused define List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org The uses of the CONFIG_GDBSTUB_XML define were removed in commit b77abd95a9484c, but the define in aarch64-linux-user.mak somehow escaped the cull (the patchset probably crossed in the mail with the patches adding aarch64 support). Remove the stray define. Signed-off-by: Peter Maydell --- Harmless, but we might as well drop this patch into 2.5... default-configs/aarch64-linux-user.mak | 2 -- 1 file changed, 2 deletions(-) diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak index 3df7de5..0a5b08a 100644 --- a/default-configs/aarch64-linux-user.mak +++ b/default-configs/aarch64-linux-user.mak @@ -1,3 +1 @@ # Default configuration for aarch64-linux-user - -CONFIG_GDBSTUB_XML=y -- 1.9.1