diff --git a/zenmap/zenmapCore/SearchResult.py b/zenmap/zenmapCore/SearchResult.py index cdb102912..40177b7d3 100644 --- a/zenmap/zenmapCore/SearchResult.py +++ b/zenmap/zenmapCore/SearchResult.py @@ -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