* inflow.c (kill_command): Delete left over static declaration.
This commit is contained in:
parent
2b3decb5e1
commit
88c0ab9dd9
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-22 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* inflow.c (kill_command): Delete left over static declaration.
|
||||
|
||||
2009-05-22 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
|
||||
|
|
|
@ -51,8 +51,6 @@ extern void _initialize_inflow (void);
|
|||
|
||||
static void pass_signal (int);
|
||||
|
||||
static void kill_command (char *, int);
|
||||
|
||||
static void terminal_ours_1 (int);
|
||||
|
||||
/* Record terminal status separately for debugger and inferior. */
|
||||
|
|
Loading…
Add table
Reference in a new issue