remove call to threadExitMain

This commit is contained in:
Marty Kraimer
2000-09-27 13:35:39 +00:00
parent 0aaf29b9a7
commit 43080fe748
@@ -31,6 +31,5 @@ int main(int argc,char *argv[])
threadSleep(.2);
}
ioccrf(NULL);
threadExitMain();
return(0);
}