]> sourceware.org Git - newlib-cygwin.git/commitdiff
* select.cc (start_thread_socket): Remove unused code.
authorChristopher Faylor <me@cgf.cx>
Wed, 13 Oct 2004 03:26:31 +0000 (03:26 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 13 Oct 2004 03:26:31 +0000 (03:26 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/select.cc

index f53f36e98920c2d2b8c8a252a67d6b19b98a3154..b11e27d30d55b7c48a4d4c69eb7e1d3d18d3298b 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Christopher Faylor  <cgf@timesys.com>
+
+       * select.cc (start_thread_socket): Remove unused code.
+
 2004-10-11  Christopher Faylor  <cgf@timesys.com>
 
        * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.
index ee4d30d325b3d2ae47b4a5d7fa18da714bea7ad0..b85e0bd56e179697a56366fe0675391bb80ee7d3 100644 (file)
@@ -1361,12 +1361,6 @@ start_thread_socket (select_record *me, select_stuff *stuff)
          select_printf ("cannot create socket, %E");
          return -1;
        }
-#if 0
-      /* Allow rapid reuse of the port. */
-      int tmp = 1;
-      (void) setsockopt (si->exitsock, SOL_SOCKET, SO_REUSEADDR, (char *) &tmp, sizeof (tmp));
-#endif
-
       int sin_len = sizeof (_my_tls.locals.exitsock_sin);
       memset (&_my_tls.locals.exitsock_sin, 0, sin_len);
       _my_tls.locals.exitsock_sin.sin_family = AF_INET;
This page took 0.035818 seconds and 5 git commands to generate.