From 63ac0cad5e53b96c951fb4c9a1d023efa58592ad Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 12 Nov 2015 08:31:32 +1100 Subject: [PATCH] * lib/framework.exp (note): Remove old commented-out code. --- ChangeLog | 4 ++++ lib/framework.exp | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75cd920..38987b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-11-12 Ben Elliston + + * lib/framework.exp (note): Remove old commented-out code. + 2015-11-11 Ben Elliston * doc/user.xml (Summary File): 'untested', not 'runtested'. diff --git a/lib/framework.exp b/lib/framework.exp index 4c3f014..a3a6713 100644 --- a/lib/framework.exp +++ b/lib/framework.exp @@ -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. -- 2.7.4