diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 17:35:12 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 17:35:12 -0400 |
commit | d6ef1e94a52b667876293ff3de84097dcbd46f7c (patch) | |
tree | e64c95384f0295277b980a1b5fcd62afa15c3065 /tapsets.cxx | |
parent | 42e740602dbb7960e11b0bbf9053e95e8a1cb1e5 (diff) | |
parent | addec0c02cb433c727f46d8ea78379d62051309c (diff) | |
download | systemtap-steved-d6ef1e94a52b667876293ff3de84097dcbd46f7c.tar.gz systemtap-steved-d6ef1e94a52b667876293ff3de84097dcbd46f7c.tar.xz systemtap-steved-d6ef1e94a52b667876293ff3de84097dcbd46f7c.zip |
Merge commit 'origin/master' into pr4225
* commit 'origin/master':
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 a321b4e8..5fbbb053 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -4379,7 +4379,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); |