mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
* inflow.c (kill_command): Delete left over static declaration.
This commit is contained in:
parent
2b3decb5e1
commit
88c0ab9dd9
@ -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…
Reference in New Issue
Block a user