target/i386/translate: avoid shadowed local variables
commit19729affe1cd191f063db4b4d43058974cf43bc9
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Sep 2023 10:07:21 +0000 (25 12:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Sep 2023 14:41:49 +0000 (26 16:41 +0200)
tree5684d0ee05f16c9e9045ec27b7bac9f1a8c04661
parent637123a21381b2c5833d9d663af06e3105d8caa9
target/i386/translate: avoid shadowed local variables

Just remove the declaration.  There is nothing in the function after the
switch statement, so it is safe to do.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c