mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940069 - Backout a temporary debugging printf that runs on --enable-valgrind builds only, because it has served its purpose. r=me.
This commit is contained in:
parent
66f4b8c5f3
commit
1eb09100dc
@ -2816,11 +2816,6 @@ nsCycleCollector::Shutdown()
|
||||
// Always delete snow white objects.
|
||||
FreeSnowWhite(true);
|
||||
|
||||
#ifdef MOZ_VALGRIND
|
||||
char *e = PR_GetEnv("XPCOM_CC_RUN_DURING_SHUTDOWN");
|
||||
fprintf(stderr, "XPCOM_CC_RUN_DURING_SHUTDOWN = %s\n", e);
|
||||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
if (PR_GetEnv("XPCOM_CC_RUN_DURING_SHUTDOWN"))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user