From: Doug Evans Date: Thu, 6 Sep 2012 17:57:41 +0000 (+0000) Subject: (test_subscript_regression): Remove no longer necessary globals, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db90b9d320ca4a7a44637ef631c5db8adee76a8c;p=binutils-gdb.git (test_subscript_regression): Remove no longer necessary globals, from previous patch. --- diff --git a/gdb/testsuite/gdb.python/py-value.exp b/gdb/testsuite/gdb.python/py-value.exp index 03dbb2c0717..3ece58880b7 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.