* thread.cc (MTinterface::Init): Remove accidentally checked in code.

This commit is contained in:
Christopher Faylor
2001-04-21 23:26:14 +00:00
parent 9450ad0d02
commit da77d416c5
2 changed files with 4 additions and 2 deletions

View 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;