summaryrefslogtreecommitdiff
path: root/gdb/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r--gdb/monitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h
index 1f30c70224e..e7157290751 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -102,8 +102,6 @@ struct monitor_ops
from reg dump */
void (*supply_register) (struct regcache *regcache, char *name,
int namelen, char *val, int vallen);
- void (*load_routine) (struct serial *desc, char *file,
- int hashmark); /* Download routine */
int (*dumpregs) (struct regcache *); /* Dump all registers */
int (*continue_hook) (void); /* Emit the continue command */
int (*wait_filter) (char *buf, /* Maybe contains registers */