aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-est.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r--gdb/remote-est.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c
index b8d5f5a..efc83d4 100644
--- a/gdb/remote-est.c
+++ b/gdb/remote-est.c
@@ -92,9 +92,6 @@ static char *est_regnames[NUM_REGS] =
static struct target_ops est_ops;
-static char *est_loadtypes[] = {"srec", NULL};
-static char *est_loadprotos[] = {"none", NULL};
-
static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cmds */
NULL};
@@ -149,9 +146,6 @@ static struct monitor_ops est_cmds =
NULL, /* end-of-command delimitor */
NULL, /* optional command terminator */
&est_ops, /* target operations */
- est_loadtypes, /* loadtypes */
- est_loadprotos, /* loadprotos */
- "9600", /* supported baud rates */
SERIAL_1_STOPBITS, /* number of stop bits */
est_regnames, /* registers names */
MONITOR_OPS_MAGIC /* magic */