aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--testsuite/lib/runtest.exp6
2 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c3906a4..2ef30ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
+
+ * testsuite/lib/runtest.exp (runtest_start): Remove unused global
+ variable links.
+
2018-12-14 Jacob Bachmeyer <jcb62281@gmail.com>
* lib/framework.exp (log_summary): Remove "testcnt" mechanism.
diff --git a/testsuite/lib/runtest.exp b/testsuite/lib/runtest.exp
index fa48175..8e32d96 100644
--- a/testsuite/lib/runtest.exp
+++ b/testsuite/lib/runtest.exp
@@ -61,13 +61,7 @@ proc runtest_exit { } {
# runtest_start -- start everything
#
proc runtest_start { } {
- global verbose
- global spawn_id
- global subdir
- global srcdir
- global objdir
global RUNTEST
- global RUNTESTFLAGS
if {[which $RUNTEST] != 0} then {
perror "Can't find $RUNTEST"