From 04ddd303348c0ffb71c6f57eacb2282bd1d61b3a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 16 Sep 2009 17:38:53 -0700 Subject: [PATCH] Remove the unused function_name_final_match * dwflpp.cxx (dwflpp::function_name_final_match): Removed. --- dwflpp.cxx | 7 ------- dwflpp.h | 1 - 2 files changed, 8 deletions(-) diff --git a/dwflpp.cxx b/dwflpp.cxx index ee13d0b25..68e6e97b7 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 ab2ffe254..87bd6eba2 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, -- 2.43.5