Skip to content

Commit 5ea1cb1

Browse files
author
Valentijn Scholten
committed
remove obsolete method
1 parent bb40290 commit 5ea1cb1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

dojo/finding/deduplication.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,6 @@ def build_candidate_scope_queryset(test, mode="deduplication", service=None):
269269
)
270270

271271

272-
# TODO: remove this if that doesn't affect Pro
273-
def build_dedupe_scope_queryset(test):
274-
"""
275-
Legacy function name for backward compatibility.
276-
Use build_candidate_scope_queryset() instead.
277-
"""
278-
return build_candidate_scope_queryset(test, mode="deduplication")
279-
280-
281272
def find_candidates_for_deduplication_hash(test, findings, mode="deduplication", service=None):
282273
"""
283274
Find candidates by hash_code. Works for both deduplication and reimport.

0 commit comments

Comments
 (0)