sim: namespace sim_machs
[deliverable/binutils-gdb.git] / sim / common / dv-sockser.h
index b7fad01fe1a06027c21a5d780d4481a04f24f685..36ec0a970b158c0d3718a802c3c912d187483e4d 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial port emulation via sockets.
-   Copyright (C) 1998-2017 Free Software Foundation, Inc.
+   Copyright (C) 1998-2021 Free Software Foundation, Inc.
 
 This file is part of the GNU simulators.
 
@@ -34,8 +34,6 @@ int dv_sockser_write (SIM_DESC, unsigned char);
 int dv_sockser_write_buffer (SIM_DESC, const unsigned char *, unsigned);
 int dv_sockser_read (SIM_DESC);
 
-SIM_RC dv_sockser_install (SIM_DESC);
-
 #else
 
 /* If dv-sockser isn't available, provide stub functions.  */
This page took 0.023177 seconds and 4 git commands to generate.