aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2018-12-15 12:02:46 +1100
committerBen Elliston <bje@gnu.org>2018-12-15 12:02:46 +1100
commit669de3df094c54d1ad5795d37ea15713d119ce88 (patch)
tree9296c9670a76a0abb53027d3777cb7c9df838a13
parent93609ae19ee37474e975dfa685770b3aeb207825 (diff)
downloaddejagnu-669de3df094c54d1ad5795d37ea15713d119ce88.zip
dejagnu-669de3df094c54d1ad5795d37ea15713d119ce88.tar.gz
dejagnu-669de3df094c54d1ad5795d37ea15713d119ce88.tar.bz2
* testsuite/lib/runtest.exp (runtest_start): Remove unused global
variable links. Signed-off-by: Ben Elliston <bje@gnu.org>
-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"