diff options
author | Anthony Green <green@redhat.com> | 2003-09-22 14:50:37 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2003-09-22 14:50:37 +0000 |
commit | b222a67f1f5f0a601afd28b4afacb5d2b6337ef1 (patch) | |
tree | 93b8c92c93eee80002ff6bb27c8e2c51612a947c /gdb/monitor.c | |
parent | ee206350541cf221a6ac8cd4c0619e999d267ced (diff) | |
download | gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.zip gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.tar.gz gdb-b222a67f1f5f0a601afd28b4afacb5d2b6337ef1.tar.bz2 |
Fix targ_ops declaration problem.
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index ee2280d..77bde82 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -521,7 +521,6 @@ monitor_expect (char *string, char *buf, int buflen) char *p = string; int obuflen = buflen; int c; - extern struct target_ops *targ_ops; if (monitor_debug_p) { |