Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e2d6f64bffe2425156fd6289d0a6af6a98a59b96..124eb5bde35e98c488549d1f49ef66961fee42e8 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1098,8 +1098,6 @@ DEFINE_BOOL(check_handle_count, false, |
DEFINE_BOOL(print_global_handles, false, "report global handles after GC") |
// TurboFan debug-only flags. |
-DEFINE_BOOL(print_turbo_replay, false, |
- "print C++ code to recreate TurboFan graphs") |
DEFINE_BOOL(trace_turbo_escape, false, "enable tracing in escape analysis") |
// objects.cc |