mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Remove unused function. Closes #695
This commit is contained in:
parent
fe622e182d
commit
d5038e82c9
1 changed files with 0 additions and 5 deletions
|
|
@ -494,11 +494,6 @@ class SearchResult(object):
|
|||
else:
|
||||
return False
|
||||
|
||||
def match_dir(self, dir):
|
||||
# The dir: operator is handled by the SearchParser class, we ignore it
|
||||
# here.
|
||||
return True
|
||||
|
||||
|
||||
class SearchDummy(SearchResult):
|
||||
"""A dummy search class that returns no results. It is used as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue