summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dwflpp.cxx7
-rw-r--r--dwflpp.h1
2 files changed, 0 insertions, 8 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;
diff --git a/dwflpp.h b/dwflpp.h
index ab2ffe25..87bd6eba 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -192,7 +192,6 @@ struct dwflpp
bool function_name_matches_pattern(const std::string& name, const std::string& pattern);
bool function_name_matches(const std::string& pattern);
- bool function_name_final_match(const std::string& pattern);
void iterate_over_modules(int (* callback)(Dwfl_Module *, void **,
const char *, Dwarf_Addr,