mirror of
https://github.com/cemu-project/idapython.git
synced 2025-06-16 18:58:22 +02:00
idc.py: Deprecated XrefType()
This commit is contained in:
@ -3259,10 +3259,8 @@ def XrefType():
|
||||
[RD]first/next[B0] functions.
|
||||
|
||||
@return: constants fl_* or dr_*
|
||||
|
||||
FIXME: unimplemented
|
||||
"""
|
||||
raise NotImplementedError
|
||||
raise DeprecatedIDCError, "use XrefsFrom() XrefsTo() from idautils instead."
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user