mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
idc.py: Removed duplicate MakeUnkn()
This commit is contained in:
parent
a73663582e
commit
e4d97c7261
@ -845,10 +845,6 @@ def MakeUnkn(ea, flags):
|
|||||||
return idaapi.do_unknown(ea, flags)
|
return idaapi.do_unknown(ea, flags)
|
||||||
|
|
||||||
|
|
||||||
def MakeUnkn(ea, flags):
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
|
|
||||||
def MakeUnknown(ea, size, flags):
|
def MakeUnknown(ea, size, flags):
|
||||||
"""
|
"""
|
||||||
Convert the current item to an explored item
|
Convert the current item to an explored item
|
||||||
|
Loading…
Reference in New Issue
Block a user