mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Remove unused function. Closes #695
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user