summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--staptree.cxx1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e53e663a..06a8c776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-02 William Cohen <wcohen@redhat.com>
+ PR 4720
+ * staptree.cxx (probe_point::print): Remove stray output.
+
2007-06-29 William Cohen <wcohen@redhat.com>
PR 4529
* configure.ac:
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 ()