From addec0c02cb433c727f46d8ea78379d62051309c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 11 Aug 2008 17:32:48 -0400 Subject: remove \n from end of $$vars/etc. convenience variables --- tapsets.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index af9fda52..73a104b4 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -4330,7 +4330,6 @@ dwarf_var_expanding_copy_visitor::visit_target_symbol (target_symbol *e) } while (dwarf_siblingof (&result, &result) == 0); - pf->raw_components += "\\n"; pf->components = print_format::string_to_components(pf->raw_components); provide (this, pf); -- cgit