aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config/udi-gdb.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/config/udi-gdb.exp')
-rw-r--r--gdb/testsuite/config/udi-gdb.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/config/udi-gdb.exp b/gdb/testsuite/config/udi-gdb.exp
index a7d2f82..ae44aa8 100644
--- a/gdb/testsuite/config/udi-gdb.exp
+++ b/gdb/testsuite/config/udi-gdb.exp
@@ -154,10 +154,6 @@ proc gdb_start { } {
# force the width to "unlimited", so no wraparound occurs
send "set width 0\n"
expect -re ".*$prompt $" {}
- # set the default arguments to "main", so that "run" with no
- # arguments will work correctly.
- send "set args main\n"
- expect -re ".*$prompt $" {}
verbose "Setting up target, Please wait..."