summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-16 17:38:53 -0700
committerJosh Stone <jistone@redhat.com>2009-09-16 17:38:53 -0700
commit04ddd303348c0ffb71c6f57eacb2282bd1d61b3a (patch)
tree5f18a004bd8c270c6d6acd80c9c2cbb371b55d2b /dwflpp.h
parent9f7d5236c8fb1fd84636656416e1dad531e9586d (diff)
downloadsystemtap-steved-04ddd303348c0ffb71c6f57eacb2282bd1d61b3a.tar.gz
systemtap-steved-04ddd303348c0ffb71c6f57eacb2282bd1d61b3a.tar.xz
systemtap-steved-04ddd303348c0ffb71c6f57eacb2282bd1d61b3a.zip
Remove the unused function_name_final_match
* dwflpp.cxx (dwflpp::function_name_final_match): Removed.
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h1
1 files changed, 0 insertions, 1 deletions
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,