diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx index d0fd79be..a8651d1d 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -373,7 +373,6 @@ void probe::printsig (ostream& o) o << (i>0 ? ", " : ""); locations[i]->print (o); } - o << endl; } |