From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b10ln-0002q2-44 for qemu-devel@nongnu.org; Thu, 12 May 2016 20:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b10ll-000381-JL for qemu-devel@nongnu.org; Thu, 12 May 2016 20:15:54 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:35497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b10ll-00037w-9s for qemu-devel@nongnu.org; Thu, 12 May 2016 20:15:53 -0400 Received: by mail-qk0-x22c.google.com with SMTP id n62so46825310qkc.2 for ; Thu, 12 May 2016 17:15:53 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 12 May 2016 14:13:34 -1000 Message-Id: <1463098420-29113-34-git-send-email-rth@twiddle.net> In-Reply-To: <1463098420-29113-1-git-send-email-rth@twiddle.net> References: <1463098420-29113-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 33/39] cpu-exec: Remove relic orphaned comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Sergey Fedorov , Sergey Fedorov From: Sergey Fedorov This comment should have been deleted by commit 0ac087f1f3ae ("removed unused code") but somehow it is still here. There's no point to keep it. Signed-off-by: Sergey Fedorov Signed-off-by: Sergey Fedorov Message-Id: <1462286050-21778-1-git-send-email-sergey.fedorov@linaro.org> Signed-off-by: Richard Henderson --- cpu-exec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index d43d5ae..d55faa5 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -582,8 +582,6 @@ int cpu_exec(CPUState *cpu) /* Try to align the host and virtual clocks if the guest is in advance */ align_clocks(&sc, cpu); - /* reset soft MMU for next block (it can currently - only be set by a memory fault) */ } /* for(;;) */ } else { #if defined(__clang__) || !QEMU_GNUC_PREREQ(4, 6) -- 2.5.5