зеркало из https://github.com/mozilla/gecko-dev.git
Removing DEBUG_dp
This commit is contained in:
Родитель
8c52c7502f
Коммит
ea7b692d54
|
@ -243,9 +243,6 @@ nsNativeComponentLoader::Init(nsIComponentManager *aCompMgr, nsISupports *aReg)
|
|||
GetRegistryDllInfo(libKey, &lastModTime, &fileSize);
|
||||
rv = CreateDll(NULL, library, lastModTime, fileSize, &dll);
|
||||
if (NS_FAILED(rv)) continue;
|
||||
#ifdef DEBUG_dp
|
||||
printf("Populating dll: %s, %d, %d\n", library, lastModTime, fileSize);
|
||||
#endif
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче