[pushed] Remove unused declaration of child_terminal_init_with_pgrp

Message ID 20230717170259.3949278-1-tromey@adacore.com
State New
Headers
Series [pushed] Remove unused declaration of child_terminal_init_with_pgrp |

Commit Message

Tom Tromey July 17, 2023, 5:02 p.m. UTC
  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(-)
  

Patch

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);