diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 191e74ea823..f17d001bc0b 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1,5 +1,5 @@ /* Interface GDB to the GNU Hurd. - Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -2089,9 +2089,6 @@ gnu_create_inferior (char *exec_file, char *allargs, char **env, inf_steal_exc_ports (inf); else inf_restore_exc_ports (inf); - - /* Here we go! */ - proceed ((CORE_ADDR) -1, 0, 0); } /* Mark our target-struct as eligible for stray "run" and "attach" |