Add missing ChangeLog entry for the previous commit
[deliverable/binutils-gdb.git] / gdb / inferior.c
index 2d58a11ba85aa0c79479f49719df17928f5a1dc0..84e4d24e738b157a13b1e6d630e917c2e130128a 100644 (file)
@@ -46,7 +46,7 @@ struct inferior *inferior_list = NULL;
 static int highest_inferior_num;
 
 /* See inferior.h.  */
-int print_inferior_events = 1;
+bool print_inferior_events = true;
 
 /* The Current Inferior.  This is a strong reference.  I.e., whenever
    an inferior is the current inferior, its refcount is
@@ -220,14 +220,6 @@ exit_inferior (inferior *inf)
   exit_inferior_1 (inf, 0);
 }
 
-void
-exit_inferior_silent (int pid)
-{
-  struct inferior *inf = find_inferior_pid (pid);
-
-  exit_inferior_1 (inf, 1);
-}
-
 void
 exit_inferior_silent (inferior *inf)
 {
This page took 0.025941 seconds and 4 git commands to generate.