Removed calls to the obsolete function PR_GetGCInfo(). That function
is only for Java garbage collection and so doesn't matter any more. Reviewed and approved by Steve Dagley. git-svn-id: svn://10.0.0.236/trunk@11018 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1635,15 +1635,6 @@ void CFrontApp::ProperStartup( FSSpec* file, short fileType )
|
||||
EDTPLUG_RegisterEditURLCallback(&OpenEditURL);
|
||||
#endif // EDITOR && MOZ_JAVA
|
||||
|
||||
/* Okay, this is hacky, but necessary. It is extremely
|
||||
important that the Macintosh reclaims memory. So,
|
||||
we want the finalizer to be at as high a priority as
|
||||
possible. */
|
||||
|
||||
if ((PR_GetGCInfo() != NULL) && (PR_GetGCInfo()->finalizer != NULL))
|
||||
|
||||
PR_SetThreadPriority(PR_GetGCInfo()->finalizer, PR_PRIORITY_URGENT);
|
||||
|
||||
DestroySplashScreen();
|
||||
if ( abortStartup == CPrefs::eRunAccountSetup )
|
||||
file = NULL;
|
||||
|
||||
Reference in New Issue
Block a user