summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-05-15 14:10:57 -0700
committerJosh Stone <jistone@redhat.com>2009-05-15 14:10:57 -0700
commit511785011b1bd7092d9e093f6e954c131d83a3a0 (patch)
treee528d32206046f948dab7f41cec016831979595a /dwflpp.cxx
parentb6fa229bc4b361a23f23daa13af634a0515230d6 (diff)
downloadsystemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.tar.gz
systemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.tar.xz
systemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.zip
Break the dwflpp dependence on query_module
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 a13339ce..c884a3ab 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -405,13 +405,6 @@ dwflpp::iterate_over_modules(int (* callback)(Dwfl_Module *, void **,
void
-dwflpp::query_modules(base_query *q)
-{
- iterate_over_modules(&query_module, q);
-}
-
-
-void
dwflpp::iterate_over_cus (int (*callback)(Dwarf_Die * die, void * arg),
void * data)
{