diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-08-17 14:46:57 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-08-17 14:46:57 +0000 |
commit | e1f38ddf8e108d06176e86315af8533d15eb66e4 (patch) | |
tree | 26703857daae03fca92d2ed20b04ff0fa7109ef8 /gdb | |
parent | d696808d7d2f8c3060fa01e659f3dda74298d59d (diff) | |
download | gdb-e1f38ddf8e108d06176e86315af8533d15eb66e4.zip gdb-e1f38ddf8e108d06176e86315af8533d15eb66e4.tar.gz gdb-e1f38ddf8e108d06176e86315af8533d15eb66e4.tar.bz2 |
* remote-mips.c: Remove unused declaration of mips_load.
Diffstat (limited to 'gdb')
-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 |