From e94a201897f73992ecfbd7145916940c3a8895a8 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sun, 15 Jun 2008 09:49:02 +0000 Subject: [PATCH] idc.py: Deprecated XrefType() --- python/idc.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/idc.py b/python/idc.py index b9c9eab..9b91e18 100644 --- a/python/idc.py +++ b/python/idc.py @@ -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." #----------------------------------------------------------------------------