* config/mips-gdb.exp (gdb_exit): Removed close statement which is
authorIan Lance Taylor <ian@airs.com>
Fri, 2 Jul 1993 17:49:32 +0000 (17:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 2 Jul 1993 17:49:32 +0000 (17:49 +0000)
no longer needed.

gdb/testsuite/ChangeLog
gdb/testsuite/config/mips-gdb.exp

index 85c593e..0419891 100644 (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.
index 6ed4714..c77fb22 100644 (file)
@@ -137,7 +137,6 @@ proc gdb_exit {} {
     if $verbose>1 then {
        send_user "Quitting $GDB $GDBFLAGS\n"
     }
-    close
 }
 
 #