mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Removed duplicate MakeUnkn()
This commit is contained in:
@@ -845,10 +845,6 @@ def MakeUnkn(ea, flags):
|
||||
return idaapi.do_unknown(ea, flags)
|
||||
|
||||
|
||||
def MakeUnkn(ea, flags):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
def MakeUnknown(ea, size, flags):
|
||||
"""
|
||||
Convert the current item to an explored item
|
||||
|
||||
Reference in New Issue
Block a user