about summary refs log tree commit diff stats
path: root/miasm/arch/msp430/disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/arch/msp430/disasm.py')
-rw-r--r--miasm/arch/msp430/disasm.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/miasm/arch/msp430/disasm.py b/miasm/arch/msp430/disasm.py
deleted file mode 100644
index eff77d2d..00000000
--- a/miasm/arch/msp430/disasm.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from miasm.core.asmblock import disasmEngine
-from miasm.arch.msp430.arch import mn_msp430
-
-
-class dis_msp430(disasmEngine):
-
-    def __init__(self, bs=None, **kwargs):
-        super(dis_msp430, self).__init__(mn_msp430, None, bs, **kwargs)