diff options
Diffstat (limited to 'gdb/remote-utils.h')
-rw-r--r-- | gdb/remote-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h index d82ea8d..75e852a 100644 --- a/gdb/remote-utils.h +++ b/gdb/remote-utils.h @@ -117,7 +117,6 @@ extern struct gr_settings *gr_settings; #define gr_expect_prompt() sr_expect(gr_get_prompt()) -int gr_fetch_word (CORE_ADDR addr); int gr_multi_scan (char *list[], int passthrough); int sr_get_hex_digit (int ignore_space); int sr_pollchar (void); @@ -132,7 +131,6 @@ void gr_generic_checkin (void); void gr_kill (void); void gr_mourn (void); void gr_prepare_to_store (void); -void gr_store_word (CORE_ADDR addr, int word); void sr_expect (char *string); void sr_get_hex_byte (char *byt); void sr_scan_args (char *proto, char *args); |