Skip to content

Commit 087129b

Browse files
committed
kills an artifact of a merge conflict
this code shall not be here
1 parent cf8d33a commit 087129b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugins/bap/utils/bap_taint.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,3 @@ def install_callback(cls, callback_fn, ptr_or_reg=None):
166166
else:
167167
idc.Fatal("Invalid ptr_or_reg value passed {}".
168168
format(repr(ptr_or_reg)))
169-
170-
171-
class BapTaintStub(DoNothing):
172-
pass
173-
174-
175-
def PLUGIN_ENTRY():
176-
return BapTaintStub()

0 commit comments

Comments
 (0)