aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-28 06:39:34 +1100
committerBen Elliston <bje@gnu.org>2016-03-28 06:39:34 +1100
commitb853fcac564e21d561d8cfbf4a6d5a6f4f3f6fe8 (patch)
tree97f02262e57342dac19e503a15148a16e6aa14f4 /lib
parent1ca0188232edbd499ff2c7142cb9c3ac72967336 (diff)
* lib/framework.exp (exp_continue): Remove old compatibility
wrapper. Expect deprecated 'continue -expect' in August 1997.
Diffstat (limited to 'lib')
-rw-r--r--lib/framework.exp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/framework.exp b/lib/framework.exp
index 53a61e2..5cf0201 100644
--- a/lib/framework.exp
+++ b/lib/framework.exp
@@ -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
- }
-}