From 4676d03804285d76a51cb7f98ebe72374321a1f9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 17 Jul 2023 11:01:47 -0600 Subject: [PATCH] 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. --- gdb/inferior.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2