diff options
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index 13af0bef..3d727a3 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -24,12 +24,6 @@ #include "serial.h" -struct rom_cmd_data { - char *cmd; /* command to send */ - char *delim; /* the delimiter */ - char *result; /* the result */ -}; - /* This structure describes the strings necessary to give small command sequences to the monitor, and parse the response. |