]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Remove unused variable in cpu_exec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jul 2021 18:29:34 +0000 (18:29 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jul 2021 17:06:49 +0000 (07:06 -1000)
commit2521c775bdfc8150396c4cb173b54d51f44c207e
treec1562e51a2f6fc833bea747f815380b6b07f6b57
parentcd1675f8d7fa33b5071a4d3be5dcb69c38300f17
accel/tcg: Remove unused variable in cpu_exec

From clang-13:
accel/tcg/cpu-exec.c:783:15: error: variable 'cc' set but not used \
    [-Werror,-Wunused-but-set-variable]

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c