summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapsets.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 9ded301d..71456ab6 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -3274,9 +3274,6 @@ sdt_var_expanding_visitor::visit_target_symbol (target_symbol *e)
cast->components = e->components;
cast->type = probe_name + "_arg" + lex_cast<string>(argno);
cast->module = process_name;
- dwarf_builder *db = new dwarf_builder();
- dwarf_cast_expanding_visitor *v = new dwarf_cast_expanding_visitor(this->dw.sess, *db);
- v->visit_cast_op(cast);
provide(cast);
}