diff options
Diffstat (limited to 'gdb/v850ice.c')
-rw-r--r-- | gdb/v850ice.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/v850ice.c b/gdb/v850ice.c index 1aec483bb90..958eac331b8 100644 --- a/gdb/v850ice.c +++ b/gdb/v850ice.c @@ -50,12 +50,6 @@ struct MessageIO /* Prototypes for functions located in other files */ extern void break_command (char *, int); -extern void stepi_command (char *, int); - -extern void nexti_command (char *, int); - -extern void continue_command (char *, int); - extern int (*ui_loop_hook) (int); /* Prototypes for local functions */ |