(test_subscript_regression): Remove no longer necessary globals,

from previous patch.
This commit is contained in:
Doug Evans 2012-09-06 17:57:41 +00:00
parent d54b30bb5d
commit db90b9d320
1 changed files with 0 additions and 4 deletions

View File

@ -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.