diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-13 14:37:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-13 14:37:02 +0000 |
commit | 09c6a0aa0fa9294f80c2980ba3ee5d6efa9a6cd0 (patch) | |
tree | 3b74ee62ed002072ab992c13ebc60a60bf443ca5 /gdb/remote-nindy.c | |
parent | 979227d4806a3d3ba28d3153f115f91620bb7bec (diff) | |
download | gdb-09c6a0aa0fa9294f80c2980ba3ee5d6efa9a6cd0.zip gdb-09c6a0aa0fa9294f80c2980ba3ee5d6efa9a6cd0.tar.gz gdb-09c6a0aa0fa9294f80c2980ba3ee5d6efa9a6cd0.tar.bz2 |
* remote-nindy.c: Removed declaration of coffstrip.
* nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index 1dda7af..047e809 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -121,7 +121,6 @@ extern int unlink(); extern char *getenv(); extern char *mktemp(); -extern char *coffstrip(); extern void generic_mourn_inferior (); extern struct target_ops nindy_ops; |