diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index a3f75b2..4dac617 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -1028,9 +1028,6 @@ init_go32_ops (void) /* We are always processing GCC-compiled programs. */ processing_gcc_compilation = 2; - - /* Override the default name of the GDB init file. */ - strcpy (gdbinit, "gdb.ini"); } /* Return the current DOS codepage number. */ |