summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorrollsafe <rollsafe@users.noreply.github.com>2019-07-08 16:32:36 -0400
committerrollsafe <rollsafe@users.noreply.github.com>2019-07-08 16:32:57 -0400
commit7e7f0b41548057093fb48f1d8985712b619e9438 (patch)
treeb981667c63e33f8025a714f256ab9ff98fdc37dc /python/binaryview.py
parentdbd8992d8c6e519ed755f29a751eb30fabea8525 (diff)
Cleanup docs for BinaryView.get_code_refs_from
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 08ee5b47..4ffe197e 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -2830,8 +2830,6 @@ class BinaryView(object):
architecture of the function will be used.
This function returns both autoanalysis ("auto") and user-specified ("user") xrefs.
To add a user-specified reference, see :func:`~binaryninja.function.Function.add_user_code_ref`.
-
- todo: docs and make it not so difficult to call
"""
result = []