diff options
author | Tom Tromey <tromey@adacore.com> | 2023-07-17 11:01:47 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-07-17 11:02:31 -0600 |
commit | 4676d03804285d76a51cb7f98ebe72374321a1f9 (patch) | |
tree | 8fa30c9368dd5c3ff760b59a32e25bbe10982d36 /gdb/inferior.h | |
parent | c684d6c4e3cd299f7e10576eafe9e4b86521e3d0 (diff) | |
download | gdb-4676d03804285d76a51cb7f98ebe72374321a1f9.zip gdb-4676d03804285d76a51cb7f98ebe72374321a1f9.tar.gz gdb-4676d03804285d76a51cb7f98ebe72374321a1f9.tar.bz2 |
Remove unused declaration of child_terminal_init_with_pgrp
child_terminal_init_with_pgrp is declared but not defined. This patch
removes the declaration. Tested by grep and rebuilding.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index be76c45..9850165 100644 --- 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); |