| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index c1abf893710a1631537ff51a04db77bf1118a85f..5bcf4900f4344aa1949eae8749964ad719977945 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -73,9 +73,6 @@
|
| R(dump_megamorphic_stats, false, bool, false, \
|
| "Dump megamorphic cache statistics") \
|
| R(dump_symbol_stats, false, bool, false, "Dump symbol table statistics") \
|
| - P(dwarf_stack_traces, bool, false, \
|
| - "Emit DWARF line number and inlining info" \
|
| - "in dylib snapshots and don't symbolize stack traces.") \
|
| R(enable_asserts, false, bool, false, "Enable assert statements.") \
|
| R(enable_malloc_hooks, false, bool, false, \
|
| "Enable native memory statistic collection. Enabled by default in Debug " \
|
|
|