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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dwflpp.h') 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, -- cgit