diff options
author | Pedro Alves <palves@redhat.com> | 2009-05-22 10:52:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-05-22 10:52:26 +0000 |
commit | 88c0ab9dd995d4719c640134a75f11abfad249be (patch) | |
tree | ac9e2c8f5e720d1e800f9ce648a5077ea71b0801 /gdb/inflow.c | |
parent | 2b3decb5e194cab298545ca41d0fe22ad282d2e6 (diff) | |
download | gdb-88c0ab9dd995d4719c640134a75f11abfad249be.zip gdb-88c0ab9dd995d4719c640134a75f11abfad249be.tar.gz gdb-88c0ab9dd995d4719c640134a75f11abfad249be.tar.bz2 |
* inflow.c (kill_command): Delete left over static declaration.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 27995cc..d71fb81 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -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. */ |