diff options
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index 34abe76..b102d03 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -1,5 +1,5 @@ /* Remote debugging interface for AMD 290*0 Adapt Monitor Version 2.1d18. - Copyright 1990, 1991 Free Software Foundation, Inc. + Copyright 1990, 1991, 1992 Free Software Foundation, Inc. Contributed by David Wood at New York University (wood@lab.ultra.nyu.edu). Adapted from work done at Cygnus Support in remote-eb.c. @@ -46,9 +46,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* External data declarations */ extern int stop_soon_quietly; /* for wait_for_inferior */ -/* External function declarations */ -extern struct value *call_function_by_hand(); - /* Forward data declarations */ extern struct target_ops adapt_ops; /* Forward declaration */ @@ -1427,7 +1424,6 @@ struct target_ops adapt_ops = { 0, 0, 0, 0, 0, /* Terminal handling */ adapt_kill, /* FIXME, kill */ adapt_load, - call_function_by_hand, 0, /* lookup_symbol */ adapt_create_inferior, /* create_inferior */ adapt_mourn, /* mourn_inferior FIXME */ |