Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index d23492ca9eaae3a93f2d4cd1d4fcd0d0e7b01295..3a54ca88584e35a7a5183f240f2dcc10166805f8 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -136,8 +136,6 @@ P(precompiled_mode, bool, false, \ |
"Precompilation compiler mode") \ |
C(precompiled_runtime, true, false, bool, false, \ |
"Precompiled runtime mode") \ |
-R(print_ssa_liveness, false, bool, false, \ |
- "Print liveness for ssa variables.") \ |
R(print_ssa_liveranges, false, bool, false, \ |
"Print live ranges after allocation.") \ |
C(print_stop_message, false, false, bool, false, \ |