diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 05:07:07 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 05:07:07 +0000 |
commit | 77ac93922c95502680f05f799f78e1426a766141 (patch) | |
tree | d3e03aabf7f5734351e4851d2930aa748bfafd6f /gdb/remote.c | |
parent | 7c884bf00367d2d4bff476e7ffccf551329635fa (diff) | |
download | gdb-77ac93922c95502680f05f799f78e1426a766141.zip gdb-77ac93922c95502680f05f799f78e1426a766141.tar.gz gdb-77ac93922c95502680f05f799f78e1426a766141.tar.bz2 |
See ChangeLog.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 3f3d91a..6a2dd7c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -83,8 +83,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -extern int memory_insert_breakpoint (); -extern int memory_remove_breakpoint (); extern void add_syms_addr_command (); extern struct value *call_function_by_hand(); extern void start_remote (); |