Remove last traces of discard_all_inferiors
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 6d645d291a7ef056966b324c5b011a9de29c1cc4..00b2235b96eda42325be87cc5a8472985f8bde52 100644 (file)
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for GDB when running under Unix.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -673,7 +673,7 @@ swap_terminal_info (inferior *a, inferior *b)
   std::swap (a->terminal_state, b->terminal_state);
 }
 
-void
+static void
 info_terminal_command (const char *arg, int from_tty)
 {
   target_terminal::info (arg, from_tty);
This page took 0.026562 seconds and 4 git commands to generate.