summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
authorwcohen <wcohen>2007-07-02 19:35:42 +0000
committerwcohen <wcohen>2007-07-02 19:35:42 +0000
commit6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b (patch)
tree1a6b5ace641b76b6c4062c7f16372836c0ccca91 /staptree.cxx
parent54876147533d3cbcd349770b0623365e79f5186a (diff)
downloadsystemtap-steved-6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b.tar.gz
systemtap-steved-6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b.tar.xz
systemtap-steved-6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b.zip
PR 4720
* staptree.cxx (probe_point::print): Remove stray output.
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx
index 86ef201b..05d3428b 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -868,7 +868,6 @@ void probe_point::print (ostream& o) const
}
if (optional)
o << "?";
- o << "{" << tok->location << "}";
}
string probe_point::str ()