summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index ee13d0b2..68e6e97b 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -266,13 +266,6 @@ dwflpp::function_name_matches(const string& pattern)
}
-bool
-dwflpp::function_name_final_match(const string& pattern)
-{
- return module_name_final_match (pattern);
-}
-
-
static const char *offline_search_modname = NULL;
static int offline_search_match_p = 0;