* remote-mips.c: Remove unused declaration of mips_load.

This commit is contained in:
Jim Kingdon 1994-08-17 14:46:57 +00:00
parent d696808d7d
commit e1f38ddf8e
2 changed files with 4 additions and 3 deletions

View file

@ -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.

View file

@ -103,9 +103,6 @@ mips_xfer_memory PARAMS ((CORE_ADDR memaddr, char *myaddr, int len,
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));