mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
idc.py: Deprecated XrefType()
This commit is contained in:
parent
c4830f3e81
commit
e94a201897
@ -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."
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user