iallows threads to start

This commit is contained in:
Vítor Santos Costa
2011-03-10 11:05:39 +00:00
parent 4b8a9a4f4e
commit 014d903b4f
2 changed files with 2 additions and 3 deletions

View File

@@ -1244,9 +1244,6 @@ InitCodes(void)
int wid;
#include "ihstruct.h"
InitGlobal();
for (wid = 0; wid < MAX_INITS; wid++) {
InitWorker(wid);
}
InitFirstWorkerThreadHandle();
/* make sure no one else can use these two atoms */
CurrentModule = 0;