diff options
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index d4e9962..d0553d0 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -107,9 +107,6 @@ struct monitor_ops char *cmd_delim; /* end-of-command delimitor */ char *cmd_end; /* optional command terminator */ struct target_ops *target; /* target operations */ - char **loadtypes; /* the load types that are supported */ - char **loadprotos; /* the load protocols that are supported */ - char *baudrates; /* supported baud rates */ int stopbits; /* number of stop bits */ char **regnames; /* array of register names in ascii */ int magic; /* Check value */ |