aboutsummaryrefslogtreecommitdiff
path: root/lib/framework.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/framework.exp')
-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
- }
-}