Bug 573530: Remove unused variable in nsXPComInit.cpp. r=bsmedberg

This commit is contained in:
Daniel Holbert 2010-06-23 17:30:59 -07:00
Родитель 8caf16beb2
Коммит a169dc68ec
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -697,8 +697,8 @@ NS_InitXPCOM3(nsIServiceManager* *result,
NS_TIME_FUNCTION_MARK("Next: interface info manager init");
// The iimanager constructor searches and registers XPT files.
nsIInterfaceInfoManager* iim =
xptiInterfaceInfoManager::GetSingleton();
// (We trigger the singleton's lazy construction here to make that happen.)
(void) xptiInterfaceInfoManager::GetSingleton();
NS_TIME_FUNCTION_MARK("Next: try to load compreg.dat");