From a492d20a08b35f49ef1cda1572bd5bb496f283e7 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Tue, 9 Nov 2010 14:30:11 -0800 Subject: [PATCH] Expand away the QUIET_ZYGOTE_MONITOR macro. Change-Id: I74eac297597e8e7c9a13d03335f91cf289e060df --- vm/Sync.c | 2 -- vm/Sync.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/vm/Sync.c b/vm/Sync.c index 67263a664..0a0e65a50 100644 --- a/vm/Sync.c +++ b/vm/Sync.c @@ -212,11 +212,9 @@ void dvmFreeMonitorList(void) */ void dvmDumpMonitorInfo(const char* msg) { -#if QUIET_ZYGOTE_MONITOR if (gDvm.zygote) { return; } -#endif int totalCount; int liveCount; diff --git a/vm/Sync.h b/vm/Sync.h index 1a168b98d..e63fb556a 100644 --- a/vm/Sync.h +++ b/vm/Sync.h @@ -68,8 +68,6 @@ struct Monitor; struct Thread; typedef struct Monitor Monitor; -#define QUIET_ZYGOTE_MONITOR 1 - /* * Initialize a Lock to the proper starting value. * This is necessary for thin locking. -- 2.11.0