Reverted change from doronr@naboonline.com to print warning. This gets called erroneously when the program quits.

This commit is contained in:
warren%netscape.com 2000-07-19 09:32:35 +00:00
Родитель 55049e5a10
Коммит 86e087b9b1
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -450,8 +450,6 @@ nsTraceRefcnt::DumpStatistics(StatisticsType type, FILE* out)
nsresult rv = NS_OK;
#ifdef NS_BUILD_REFCNT_LOGGING
if (gBloatLog == nsnull || gBloatView == nsnull) {
fprintf(stdout, "Must define environmental variable " \
"XPCOM_MEM_BLOAT_LOG\n");
return NS_ERROR_FAILURE;
}
if (out == nsnull) {

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

@ -450,8 +450,6 @@ nsTraceRefcnt::DumpStatistics(StatisticsType type, FILE* out)
nsresult rv = NS_OK;
#ifdef NS_BUILD_REFCNT_LOGGING
if (gBloatLog == nsnull || gBloatView == nsnull) {
fprintf(stdout, "Must define environmental variable " \
"XPCOM_MEM_BLOAT_LOG\n");
return NS_ERROR_FAILURE;
}
if (out == nsnull) {