mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Eliminate engine thread yielding to main thread duirng XPCOM extraction.
This commit is contained in:
parent
c3182f98ef
commit
b7d4d9dbd0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user