aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-10-18 20:40:03 +0000
committerTom Tromey <tromey@redhat.com>2013-10-18 20:40:03 +0000
commitbb6216d89885847997d54942e984eeb8696fed61 (patch)
treea2c3b85381333e3cc57325c13daef22c1b40fd96 /gdb/testsuite/lib
parente8369a73b982f60326e89c38bd1a7e6bb7363beb (diff)
downloadgdb-bb6216d89885847997d54942e984eeb8696fed61.zip
gdb-bb6216d89885847997d54942e984eeb8696fed61.tar.gz
gdb-bb6216d89885847997d54942e984eeb8696fed61.tar.bz2
* lib/gdb.exp (build_executable_from_specs): Remove duplicate set
of "binfile".
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 44786ec..bde4e48 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -4138,8 +4138,6 @@ proc build_executable_from_specs {testname executable options args} {
return -1
}
- set binfile [standard_output_file $executable]
-
set func gdb_compile
set func_index [lsearch -regexp $options {^(pthreads|shlib|shlib_pthreads)$}]
if {$func_index != -1} {