removed threadSleep from threadShow

This commit is contained in:
William Lupton
2000-04-01 01:24:03 +00:00
parent 607a5139ee
commit dad9f18ed8
-1
View File
@@ -456,7 +456,6 @@ void threadShow(threadId id,unsigned int level)
errlogPrintf("%16.16s %8x %8d %8.8s\n", pthreadInfo->name,(threadId)
pthreadInfo,pthreadInfo->osiPriority,pthreadInfo->
isSuspended?"SUSPEND":"OK");
threadSleep(0.05);
if(level>0)
; /* more info */
}