* shared.cc (shared_info::initialize): Remove myself check since hMainProc

initialization will allow user initialization to work.
This commit is contained in:
Christopher Faylor
2003-10-10 19:07:08 +00:00
parent f3d0380417
commit 4a204f6625
2 changed files with 8 additions and 4 deletions

View File

@@ -220,8 +220,7 @@ shared_info::initialize ()
if (!cygheap)
{
cygheap_init ();
if (myself)
cygheap->user.init ();
cygheap->user.init ();
}
heap_init ();