From: Tom Tromey Date: Mon, 17 Jul 2023 17:01:47 +0000 (-0600) Subject: Remove unused declaration of child_terminal_init_with_pgrp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4676d03804285d76a51cb7f98ebe72374321a1f9;p=binutils-gdb.git 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. --- diff --git a/gdb/inferior.h b/gdb/inferior.h index be76c456c8c..98501652a27 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);