summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index a267101f..0c5e7992 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -116,7 +116,6 @@ class GotoLabel:
def uses(self) -> List['HighLevelILInstruction']:
return self.function.get_label_uses(self.id)
-
@dataclass(frozen=True, order=True)
class CoreHighLevelILInstruction:
operation: HighLevelILOperation