Bug 1087605: don't try to set the priority of the CCApp thread (which doesn't exist) r=bwc

This commit is contained in:
Randell Jesup 2014-10-29 01:36:18 -04:00
parent 52453853a0
commit aefbe4cfaf

View File

@ -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