Remove obsolete comment from gdbthread.h
authorTom Tromey <tromey@adacore.com>
Fri, 7 Jul 2023 14:16:02 +0000 (08:16 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 14 Jul 2023 16:52:56 +0000 (10:52 -0600)
A comment in gdbthread.h refers to a global that no longer exists.

Approved-By: Pedro Alves <pedro@palves.net>
gdb/gdbthread.h

index 7135515bf454324797effa1bc08863d505899afa..d294be6762b6d7b8762a06e52a44a50913a0fc8d 100644 (file)
@@ -764,7 +764,7 @@ extern int thread_count (process_stratum_target *proc_target);
 /* Return true if we have any thread in any inferior.  */
 extern bool any_thread_p ();
 
-/* Switch context to thread THR.  Also sets the STOP_PC global.  */
+/* Switch context to thread THR.  */
 extern void switch_to_thread (struct thread_info *thr);
 
 /* Switch context to no thread selected.  */