From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOHb-0002In-TZ for qemu-devel@nongnu.org; Thu, 27 Oct 2011 07:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJOHW-0007JK-20 for qemu-devel@nongnu.org; Thu, 27 Oct 2011 07:38:03 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:54657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOHV-0007In-MI for qemu-devel@nongnu.org; Thu, 27 Oct 2011 07:37:57 -0400 From: Peter Maydell Date: Thu, 27 Oct 2011 12:37:51 +0100 Message-Id: <1319715472-16286-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1319715472-16286-1-git-send-email-peter.maydell@linaro.org> References: <1319715472-16286-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 2/3] darwin-user/main.c: Drop unused cpu_single_env definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , "Dr. David Alan Gilbert" , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Jan Kiszka , patches@linaro.org From: Paolo Bonzini Drop the cpu_single_env definition as it is unused. Signed-off-by: Paolo Bonzini --- darwin-user/main.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/darwin-user/main.c b/darwin-user/main.c index 1a881a0..c0f14f8 100644 --- a/darwin-user/main.c +++ b/darwin-user/main.c @@ -729,8 +729,6 @@ static void usage(void) /* XXX: currently only used for async signals (see signal.c) */ CPUState *global_env; -/* used only if single thread */ -CPUState *cpu_single_env = NULL; /* used to free thread contexts */ TaskState *first_task_state; -- 1.7.1