File diff r2282:d508d68ef0ad → r2283:31a28d276844
os2.c
Show inline comments
 
@@ -647,12 +647,6 @@ bool CreateOTTDThread(void *func, void *
 
	return(true);
 
}
 

	
 
void CloseOTTDThread(void)
 
{
 
	_endthread();
 
	return;
 
}
 

	
 
void JoinOTTDThread(void)
 
{
 
	if (thread1 == 0)