From 04ddd303348c0ffb71c6f57eacb2282bd1d61b3a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 16 Sep 2009 17:38:53 -0700 Subject: Remove the unused function_name_final_match * dwflpp.cxx (dwflpp::function_name_final_match): Removed. --- dwflpp.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dwflpp.cxx') 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; -- cgit