- Enabling prepopulation of registry CID entries.
This commit is contained in:
dp%netscape.com 1999-07-07 07:48:12 +00:00
Родитель ac300c878d
Коммит 3c8f0a85ed
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -254,10 +254,9 @@ nsresult NS_InitXPCOM(nsIServiceManager* *result)
NS_XPCOMPROXY_PROGID,
nsProxyObjectManager::Create);
#if 0
// Prepopulate registry for performance
// Ignore return value. It is ok if this fails.
nsComponentManagerImpl::gComponentManager->PlatformPrePopulateRegistry();
#endif
return rv;
}