]> git.proxmox.com Git - mirror_qemu.git/commitdiff
cpu-exec: Remove relic orphaned comment
authorSergey Fedorov <serge.fdrv@gmail.com>
Tue, 3 May 2016 14:34:10 +0000 (17:34 +0300)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 May 2016 00:06:42 +0000 (14:06 -1000)
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 <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-Id: <1462286050-21778-1-git-send-email-sergey.fedorov@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpu-exec.c

index d43d5ae729b62bd7aeb31b6cf12aba885b482d66..d55faa5114c7fb50ea4e4efc22eadb7801614085 100644 (file)
@@ -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)