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 | |
parent | 2b3decb5e194cab298545ca41d0fe22ad282d2e6 (diff) | |
download | gdb-88c0ab9dd995d4719c640134a75f11abfad249be.zip gdb-88c0ab9dd995d4719c640134a75f11abfad249be.tar.gz gdb-88c0ab9dd995d4719c640134a75f11abfad249be.tar.bz2 |
* inflow.c (kill_command): Delete left over static declaration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/inflow.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b55328..1d9bf34 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. Include exec.h. (struct section_closure): Delete. 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. */ |