diff options
author | Josh Stone <jistone@redhat.com> | 2009-05-15 14:10:57 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-05-15 14:10:57 -0700 |
commit | 511785011b1bd7092d9e093f6e954c131d83a3a0 (patch) | |
tree | e528d32206046f948dab7f41cec016831979595a /dwflpp.cxx | |
parent | b6fa229bc4b361a23f23daa13af634a0515230d6 (diff) | |
download | systemtap-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.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) { |