* lib/framework.exp (note): Remove old commented-out code.
authorBen Elliston <bje@gnu.org>
Wed, 11 Nov 2015 21:31:32 +0000 (08:31 +1100)
committerBen Elliston <bje@gnu.org>
Wed, 11 Nov 2015 21:31:32 +0000 (08:31 +1100)
ChangeLog
lib/framework.exp

index 75cd920..38987b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-12  Ben Elliston  <bje@gnu.org>
+
+       * lib/framework.exp (note): Remove old commented-out code.
+
 2015-11-11  Ben Elliston  <bje@gnu.org>
 
        * doc/user.xml (Summary File): 'untested', not 'runtested'.
index 4c3f014..a3a6713 100644 (file)
@@ -980,13 +980,6 @@ proc perror { args } {
 #
 proc note { message } {
     clone_output "NOTE: $message"
-
-    # ??? It's not clear whether we should do this.  Let's not, and only do
-    # so if we find a real need for it.
-    #global errorInfo
-    #if [info exists errorInfo] {
-    #  unset errorInfo
-    #}
 }
 
 # untested -- mark the test case as untested.