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:
c684d6c
)
Remove unused declaration of child_terminal_init_with_pgrp
author
Tom Tromey
<tromey@adacore.com>
Mon, 17 Jul 2023 17:01:47 +0000
(11:01 -0600)
committer
Tom Tromey
<tromey@adacore.com>
Mon, 17 Jul 2023 17:02:31 +0000
(11:02 -0600)
child_terminal_init_with_pgrp is declared but not defined. This patch
removes the declaration. Tested by grep and rebuilding.
gdb/inferior.h
patch
|
blob
|
history
diff --git
a/gdb/inferior.h
b/gdb/inferior.h
index be76c456c8c9cef5a891d2c5ac0a40d7c09fe988..98501652a276482f0d2ca099def67cfefc396f86 100644
(file)
--- a/
gdb/inferior.h
+++ b/
gdb/inferior.h
@@
-200,8
+200,6
@@
extern void child_terminal_save_inferior (struct target_ops *self);
extern void child_terminal_init (struct target_ops *self);
-extern void child_terminal_init_with_pgrp (int pgrp);
-
extern void child_pass_ctrlc (struct target_ops *self);
extern void child_interrupt (struct target_ops *self);