Remove unused declaration of child_terminal_init_with_pgrp
authorTom Tromey <tromey@adacore.com>
Mon, 17 Jul 2023 17:01:47 +0000 (11:01 -0600)
committerTom 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

index be76c456c8c9cef5a891d2c5ac0a40d7c09fe988..98501652a276482f0d2ca099def67cfefc396f86 100644 (file)
@@ -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);