diff options
Diffstat (limited to 'gdb/remote-pa.c')
-rw-r--r-- | gdb/remote-pa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/remote-pa.c b/gdb/remote-pa.c index d131b47..f12b8ba 100644 --- a/gdb/remote-pa.c +++ b/gdb/remote-pa.c @@ -1425,9 +1425,6 @@ remote_mourn () than other targets. */ static unsigned char break_insn[] = REMOTE_BREAKPOINT; -/* Check that it fits in BREAKPOINT_MAX bytes. */ -static unsigned char check_break_insn_size[BREAKPOINT_MAX] = REMOTE_BREAKPOINT; - #else /* No REMOTE_BREAKPOINT. */ /* Same old breakpoint instruction. This code does nothing different |