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:
wtc%netscape.com
1998-09-25 04:42:21 +00:00
parent 43f79c5880
commit d4861241b8

View File

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