Eliminate engine thread yielding to main thread duirng XPCOM extraction.

This commit is contained in:
sgehani%netscape.com 2000-08-14 22:40:14 +00:00
parent c3182f98ef
commit b7d4d9dbd0

View File

@ -195,8 +195,6 @@ InflateFiles(void *hZip, void *hFind, short tgtVRefNum, long tgtDirID)
while (!bFoundAll)
{
YieldToAnyThread();
/* find next item if one exists */
rv = ZIP_FindNext( hFind, filename, 255 );
if (rv==ZIP_ERR_FNF)