aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-09-06 17:57:41 +0000
committerDoug Evans <dje@google.com>2012-09-06 17:57:41 +0000
commitdb90b9d320ca4a7a44637ef631c5db8adee76a8c (patch)
treeb8b1b47aac6119db62d125276dd472cdf206b3a8 /gdb
parentd54b30bb5de9845fdb54227c87f202338eba9e87 (diff)
downloadgdb-db90b9d320ca4a7a44637ef631c5db8adee76a8c.zip
gdb-db90b9d320ca4a7a44637ef631c5db8adee76a8c.tar.gz
gdb-db90b9d320ca4a7a44637ef631c5db8adee76a8c.tar.bz2
(test_subscript_regression): Remove no longer necessary globals,
from previous patch.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.python/py-value.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/py-value.exp b/gdb/testsuite/gdb.python/py-value.exp
index 03dbb2c..3ece588 100644
--- a/gdb/testsuite/gdb.python/py-value.exp
+++ b/gdb/testsuite/gdb.python/py-value.exp
@@ -363,9 +363,6 @@ proc test_value_after_death {} {
# subscript operation to proceed.
proc test_subscript_regression {exefile lang} {
-
- global srcdir subdir
-
# Start with a fresh gdb.
clean_restart ${exefile}
@@ -463,7 +460,6 @@ build_inferior "${binfile}" "c"
build_inferior "${binfile}-cxx" "c++"
# Start with a fresh gdb.
-
clean_restart ${binfile}
# Skip all tests if Python scripting is not enabled.