From: Sergey Fedorov Date: Tue, 3 May 2016 14:34:10 +0000 (+0300) Subject: cpu-exec: Remove relic orphaned comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c6f0d9f84c43ae973270df1a77482466558ee487;p=qemu.git cpu-exec: Remove relic orphaned comment 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 --- diff --git a/cpu-exec.c b/cpu-exec.c index d43d5ae729..d55faa5114 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)