summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2010-03-29 18:24:04 -0700
committerJosh Stone <jistone@redhat.com>2010-03-30 15:16:35 -0700
commit5898b6e1087175bc85e35ba147334fe87e3d7d06 (patch)
tree48690136e6ebeeccb79b7a0f02d48f4fd4d05b04 /dwflpp.h
parent1713a05f2afa6df663a7fd3552849759a7d3ff48 (diff)
downloadsystemtap-steved-5898b6e1087175bc85e35ba147334fe87e3d7d06.tar.gz
systemtap-steved-5898b6e1087175bc85e35ba147334fe87e3d7d06.tar.xz
systemtap-steved-5898b6e1087175bc85e35ba147334fe87e3d7d06.zip
Remove unused code from iterate_over_functions
* dwflpp.cxx (dwflpp::iterate_over_functions): No caller is using has_statement_num anymore (since 6b517475), so kill it. * tapsets.cxx (query_cu): Let the default call rule the day.
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwflpp.h b/dwflpp.h
index 523dd883..ce4b70f4 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -218,8 +218,7 @@ struct dwflpp
mod_cu_function_cache_t cu_function_cache;
int iterate_over_functions (int (* callback)(Dwarf_Die * func, base_query * q),
- base_query * q, const std::string& function,
- bool has_statement_num=false);
+ base_query * q, const std::string& function);
void iterate_over_srcfile_lines (char const * srcfile,
int lines[2],