OSDN Git Service

* thread.cc (MTinterface::Init): Remove accidentally checked in code.
authorcgf <cgf>
Sat, 21 Apr 2001 23:26:13 +0000 (23:26 +0000)
committercgf <cgf>
Sat, 21 Apr 2001 23:26:13 +0000 (23:26 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 164641d..63ab22c 100644 (file)
@@ -1,3 +1,7 @@
+Sat Apr 21 19:26:05 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * thread.cc (MTinterface::Init): Remove accidentally checked in code.
+
 Sun Apr 22 00:22:00 2001  Robert Collins <rbtcollins@hotmail.com>
 
        * passwd.cc (getpwuid): Check for thread cancellation.
index c19c0c1..c30f9b2 100644 (file)
@@ -297,8 +297,6 @@ MTinterface::Init (int forked)
   if (forked)
     return;
 
-  /* shm areas a inherited when forking */
-  shm_head = NULL;
   /* possible the atfork lists should be inited here as well */
 
   mainthread.win32_obj_id = myself->hProcess;