aboutsummaryrefslogtreecommitdiff
path: root/testsuite
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 /testsuite
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>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/runtest.exp6
1 files changed, 0 insertions, 6 deletions
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"