public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Remove unused declaration of child_terminal_init_with_pgrp
@ 2023-07-17 17:02 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-07-17 17:02 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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.40.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-17 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17 17:02 [pushed] Remove unused declaration of child_terminal_init_with_pgrp Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).