From 6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b Mon Sep 17 00:00:00 2001 From: wcohen Date: Mon, 2 Jul 2007 19:35:42 +0000 Subject: PR 4720 * staptree.cxx (probe_point::print): Remove stray output. --- staptree.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'staptree.cxx') 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 () -- cgit