diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 17:32:48 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 17:32:48 -0400 |
commit | addec0c02cb433c727f46d8ea78379d62051309c (patch) | |
tree | 6750a7a053ebad3a725b4b5549fb06405ed4584d /tapsets.cxx | |
parent | 79640c29c5bcf8de20f013dcc80e1a9c7a93811f (diff) | |
download | systemtap-steved-addec0c02cb433c727f46d8ea78379d62051309c.tar.gz systemtap-steved-addec0c02cb433c727f46d8ea78379d62051309c.tar.xz systemtap-steved-addec0c02cb433c727f46d8ea78379d62051309c.zip |
remove \n from end of $$vars/etc. convenience variables
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 <print_format*> (this, pf); |