mirror of https://github.com/xemu-project/xemu.git
scripts/decodetree.py: remove unused imports
Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20181004161852.11673-8-crosa@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
92970812ee
commit
b25ab557c6
|
@ -149,12 +149,10 @@
|
||||||
# trans_addl_i(ctx, &arg_opi, insn)
|
# trans_addl_i(ctx, &arg_opi, insn)
|
||||||
#
|
#
|
||||||
|
|
||||||
import io
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import getopt
|
import getopt
|
||||||
import pdb
|
|
||||||
|
|
||||||
insnwidth = 32
|
insnwidth = 32
|
||||||
insnmask = 0xffffffff
|
insnmask = 0xffffffff
|
||||||
|
|
Loading…
Reference in New Issue