Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 868802cf63778c9fbc58616d8c7301a55b1737c7..ee87f7a08c349733439ccdf3390dcb397c42f1fc 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -526,7 +526,6 @@ DEFINE_BOOL(trace_incremental_marking, false, |
"trace progress of the incremental marking") |
DEFINE_BOOL(track_gc_object_stats, false, |
"track object counts and memory usage") |
-DEFINE_BOOL(always_precise_sweeping, true, "always sweep precisely") |
DEFINE_BOOL(parallel_sweeping, false, "enable parallel sweeping") |
DEFINE_BOOL(concurrent_sweeping, true, "enable concurrent sweeping") |
DEFINE_INT(sweeper_threads, 0, |