diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote-mips.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6579842..fe8a466 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 17 07:43:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote-mips.c: Remove unused declaration of mips_load. + Tue Aug 16 16:45:34 1994 Stan Shebs (shebs@andros.cygnus.com) * coffread.c: General cleanup, and support for section offsets. diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 09ae553..6e73fb2 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -104,9 +104,6 @@ static void mips_files_info PARAMS ((struct target_ops *ignore)); static void -mips_load PARAMS ((char *args, int from_tty)); - -static void mips_create_inferior PARAMS ((char *execfile, char *args, char **env)); static void |