diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 7d5153fe..8f04600f 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -5268,13 +5268,6 @@ class LowLevelILBasicBlock(basicblock.BasicBlock): super(LowLevelILBasicBlock, self).__init__(handle, view) self._il_function = owner - def __repr__(self): - arch = self.arch - if arch: - return f"<llil block: {arch.name}@{self.start}-{self.end}>" - else: - return f"<llil block: {self.start}-{self.end}>" - def __hash__(self): return hash((self.start, self.end, self._il_function)) |
