From 511785011b1bd7092d9e093f6e954c131d83a3a0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 15 May 2009 14:10:57 -0700 Subject: Break the dwflpp dependence on query_module --- dwflpp.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dwflpp.cxx') diff --git a/dwflpp.cxx b/dwflpp.cxx index a13339ce..c884a3ab 100644 --- a/dwflpp.cxx +++ b/dwflpp.cxx @@ -404,13 +404,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) -- cgit