From d5038e82c92d8f9a6151802f25803075075cc06f Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 4 Mar 2017 04:07:23 +0000 Subject: [PATCH] Remove unused function. Closes #695 --- zenmap/zenmapCore/SearchResult.py | 5 ----- 1 file changed, 5 deletions(-) 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