Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index a6a3b22670ad530d4d67875ef4a4a893b8b3cc0f..f74e3f6bf3c11d4c2f56e61cf77308f8998b7abb 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -231,9 +231,6 @@ DEFINE_bool(trace_exception, false, |
DEFINE_bool(preallocate_message_memory, false, |
"preallocate some memory to build stack traces.") |
-// usage-analyzer.cc |
-DEFINE_bool(usage_computation, true, "compute variable usage counts") |
- |
// v8.cc |
DEFINE_bool(preemption, false, |
"activate a 100ms timer that switches between V8 threads") |