summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
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.cxx
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.cxx')
-rw-r--r--dwflpp.cxx7
1 files changed, 0 insertions, 7 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;