* config/mips-gdb.exp (gdb_exit): Removed close statement which is

no longer needed.
This commit is contained in:
Ian Lance Taylor 1993-07-02 17:49:32 +00:00
parent 3de08d72db
commit eae166985b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
* config/mips-gdb.exp (gdb_exit): Removed close statement which is
no longer needed.
Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.

View File

@ -137,7 +137,6 @@ proc gdb_exit {} {
if $verbose>1 then {
send_user "Quitting $GDB $GDBFLAGS\n"
}
close
}
#