* lib/framework.exp (exp_continue): Remove old compatibility
authorBen Elliston <bje@gnu.org>
Sun, 27 Mar 2016 19:39:34 +0000 (06:39 +1100)
committerBen Elliston <bje@gnu.org>
Sun, 27 Mar 2016 19:39:34 +0000 (06:39 +1100)
wrapper. Expect deprecated 'continue -expect' in August 1997.

ChangeLog
lib/framework.exp

index e76433b..7c628ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-03-28  Ben Elliston  <bje@gnu.org>
 
+       * lib/framework.exp (exp_continue): Remove old compatibility
+       wrapper. Expect deprecated 'continue -expect' in August 1997.
+
+2016-03-28  Ben Elliston  <bje@gnu.org>
+
        * NEWS: Update.
 
 2016-03-28  Ben Elliston  <bje@gnu.org>
index 53a61e2..5cf0201 100644 (file)
@@ -1036,13 +1036,3 @@ proc incr_count { name args } {
        perror "$name doesn't exist in incr_count"
     }
 }
-
-# Create an exp_continue proc if it doesn't exist.
-# For compatibility with old versions.
-#
-global argv0
-if {![info exists argv0]} {
-    proc exp_continue { } {
-       continue -expect
-    }
-}