aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-07 11:51:33 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commitaf4c1c9168866db3ee4c2906f17fc4204adff1f7 (patch)
tree17b89a3788d63ad1da49d70600d43dd055321f7e /gdb/testsuite/lib
parent222ef1693c7a2abe00f0297405c8fe7e135d050e (diff)
downloadgdb-af4c1c9168866db3ee4c2906f17fc4204adff1f7.zip
gdb-af4c1c9168866db3ee4c2906f17fc4204adff1f7.tar.gz
gdb-af4c1c9168866db3ee4c2906f17fc4204adff1f7.tar.bz2
Remove mi_skip_python_tests
mi_skip_python_tests was necessary because skip_python_tests used the running gdb, and so needed to know what prompt to expect. Now that skip_python_tests has been rewritten, mi_skip_python_tests is no longer needed.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/mi-support.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index f756cbe..b6da2c4 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -2734,12 +2734,6 @@ proc mi_make_breakpoint_table {bp_list} {
return "BreakpointTable={nr_rows=\"$nr\",nr_cols=\"$nc\",$header,$body}"
}
-# Return a 1 for configurations that do not support Python scripting.
-
-proc mi_skip_python_tests {} {
- return [skip_python_tests]
-}
-
# As skip_libstdcxx_probe_tests_prompt, with mi_gdb_prompt.
proc mi_skip_libstdcxx_probe_tests {} {