summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-06 21:01:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-06 21:01:12 (GMT)
commitfac57136f20a8c4ace9517a25a77be701705827e (patch)
tree27360b19ba974f1bd863f124e6af3d804427fb0c /unix/tclUnixSock.c
parentb07c7ad8aea461d1e2e16c66029fbaa43d05d54c (diff)
downloadtcl-fac57136f20a8c4ace9517a25a77be701705827e.zip
tcl-fac57136f20a8c4ace9517a25a77be701705827e.tar.gz
tcl-fac57136f20a8c4ace9517a25a77be701705827e.tar.bz2
Remove TclpHasSockets(): Every system nowadays has sockets
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index de4d9a8..864d477 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -319,29 +319,6 @@ Tcl_GetHostName(void)
/*
* ----------------------------------------------------------------------
*
- * TclpHasSockets --
- *
- * Detect if sockets are available on this platform.
- *
- * Results:
- * Returns TCL_OK.
- *
- * Side effects:
- * None.
- *
- * ----------------------------------------------------------------------
- */
-
-int
-TclpHasSockets(
- TCL_UNUSED(Tcl_Interp *))
-{
- return TCL_OK;
-}
-
-/*
- * ----------------------------------------------------------------------
- *
* TclpFinalizeSockets --
*
* Performs per-thread socket subsystem finalization.