Skip to content

Commit b31081a

Browse files
committed
Remove unused var
1 parent aef3bd4 commit b31081a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qemu/accel/tcg/cpu-exec.c

-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ static inline void cpu_handle_debug_exception(CPUState *cpu)
334334
static inline bool cpu_handle_exception(CPUState *cpu, int *ret)
335335
{
336336
bool catched = false;
337-
bool executable = false;
338337
struct uc_struct *uc = cpu->uc;
339338
struct hook *hook;
340339

0 commit comments

Comments
 (0)