projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3decb
)
* inflow.c (kill_command): Delete left over static declaration.
author
Pedro Alves
<palves@redhat.com>
Fri, 22 May 2009 10:52:26 +0000
(10:52 +0000)
committer
Pedro Alves
<palves@redhat.com>
Fri, 22 May 2009 10:52:26 +0000
(10:52 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/inflow.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 8b55328c89d2b104771bcda9cad26de7d681fbdd..1d9bf3491849bd60dba49c321afb4b92ae580483 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/inflow.c
b/gdb/inflow.c
index 27995cc0f87acae7891a1721de3be303f8614b9b..d71fb8177cb15045a5f8b3dfd98cefd04c39fd91 100644
(file)
--- 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);
\f
/* Record terminal status separately for debugger and inferior. */