mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
idc.py: Removed UNIMPLEMENTED marker from atoa()
This commit is contained in:
parent
fc25932632
commit
ef44c5f123
@ -266,8 +266,6 @@ def atoa(ea):
|
||||
(the same as in line prefixes)
|
||||
|
||||
@param ea: address to format
|
||||
|
||||
FIXME: unimplemented
|
||||
"""
|
||||
segname = SegName(ea)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user