* remote-mips.c: Remove unused declaration of mips_load.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 17 Aug 1994 14:46:57 +0000 (14:46 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 17 Aug 1994 14:46:57 +0000 (14:46 +0000)
gdb/ChangeLog
gdb/remote-mips.c

index 6579842be94b373b24e50a6cab096d700593d60b..fe8a4669078619579edbc9be1f24e971aaca6a3d 100644 (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.
index 09ae553780aefd64b2f62f404f4618d3def2f95a..6e73fb23b0c57d83f45622340f5ba8b236fa5794 100644 (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));