From patchwork Mon May 23 15:04:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 1588 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:21 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs68670qag; Mon, 23 May 2011 08:04:46 -0700 (PDT) Received: by 10.227.54.196 with SMTP id r4mr2293762wbg.68.1306163086142; Mon, 23 May 2011 08:04:46 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk [81.2.115.146]) by mx.google.com with ESMTPS id u10si11481814wbb.42.2011.05.23.08.04.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2011 08:04:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1QOWgU-0007sc-UT; Mon, 23 May 2011 16:04:42 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [PATCH] target-arm/exec.h: Remove unused #define of M0 Date: Mon, 23 May 2011 16:04:42 +0100 Message-Id: <1306163082-30267-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 Remove a preprocessor #define which is never used. Signed-off-by: Peter Maydell --- target-arm/exec.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/target-arm/exec.h b/target-arm/exec.h index 44e1b55..db6608e 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -21,8 +21,6 @@ register struct CPUARMState *env asm(AREG0); -#define M0 env->iwmmxt.val - #include "cpu.h" #include "exec-all.h"