mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Reverted change from doronr@naboonline.com to print warning. This gets called erroneously when the program quits.
This commit is contained in:
parent
db685a437a
commit
9cb1fc4213
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user