From 774e33605f3f023c4a04db47a834b92adb2ab44f Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 3 Mar 2014 17:15:04 -0500 Subject: [PATCH] dwarf_query: removed unused vars --- tapsets.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tapsets.cxx b/tapsets.cxx index af6af0690..4de395627 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -847,8 +847,6 @@ struct dwarf_query : public base_query // Map official entrypc -> func_info object inline_instance_map_t filtered_inlines; func_info_map_t filtered_functions; - bool choose_next_line; - Dwarf_Addr entrypc_for_next_line; void query_module_functions (); }; @@ -919,8 +917,7 @@ dwarf_query::dwarf_query(probe * base_probe, const string user_lib) : base_query(dw, params), results(results), base_probe(base_probe), base_loc(base_loc), user_path(user_path), user_lib(user_lib), - callers(NULL), has_relative(false), relative_val(0), - choose_next_line(false), entrypc_for_next_line(0) + callers(NULL), has_relative(false), relative_val(0) { // Reduce the query to more reasonable semantic values (booleans, // extracted strings, numbers, etc). -- 2.43.5