зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1087605: don't try to set the priority of the CCApp thread (which doesn't exist) r=bwc
This commit is contained in:
Родитель
52453853a0
Коммит
aefbe4cfaf
|
@ -361,11 +361,6 @@ void CCAppInit()
|
|||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* Adjust relative priority of CCApp thread.
|
||||
*/
|
||||
(void) cprAdjustRelativeThreadPriority(CCPROVIDER_THREAD_RELATIVE_PRIORITY);
|
||||
|
||||
debug_bind_keyword("cclog", &g_CCLogDebug);
|
||||
srvcState.cause = gCCApp.cause; // XXX set but not used
|
||||
srvcState.mode = gCCApp.mode; // XXX set but not used
|
||||
|
|
Загрузка…
Ссылка в новой задаче