From a2639cb76e9151cad6ceebc21857d2d6aa8cbc8a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 20 Jul 2009 16:25:35 -0700 Subject: Return hash module values directly as strings * session.h (systemtap_session): remove tracequery_path * hash.cxx (find_tracequery_hash, find_typequery_hash): return strings * tapsets.cxx (dwarf_cast_expanding_visitor::filter_special_modules): get the hashed path from the return value instead of a parameter (tracepoint_builder::init_dw): ditto, and don't stuff it in session --- session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'session.h') diff --git a/session.h b/session.h index a617e47f..e68cd6df 100644 --- a/session.h +++ b/session.h @@ -124,7 +124,6 @@ struct systemtap_session std::string cache_path; std::string hash_path; std::string stapconf_path; - std::string tracequery_path; // dwarfless operation bool consult_symtab; -- cgit