aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 157c210..6024df3 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -60,22 +60,6 @@ if ![info exists prompt] then {
set gdb_prompt "\[(\]gdb\[)\]"
}
-if ![info exists noargs] then {
- set noargs 0
-}
-
-if ![info exists nosignals] then {
- set nosignals 0
-}
-
-if ![info exists noinferiorio] then {
- set noinferiorio 0
-}
-
-if ![info exists noresults] then {
- set noresults 0
-}
-
#
# gdb_version -- extract and print the version number of GDB
#