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.

Backports commit c6f0d9f84c43ae973270df1a77482466558ee487 from qemu
This commit is contained in:
Sergey Fedorov 2018-02-23 23:47:02 -05:00 committed by Lioncash
parent 1a768018c2
commit 0088ca994f
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -215,8 +215,6 @@ int cpu_exec(struct uc_struct *uc, CPUState *cpu)
break;
}
}
/* 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)