| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 31bec4c8b6a7690254422caddcd1430b01d6602e..66a917ebfa87aa5e29bbfff90e86348d1347c83b 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -90,8 +90,6 @@ P(getter_setter_ratio, int, 13, \
|
| "Ratio of getter/setter usage used for double field unboxing heuristics") \
|
| P(guess_icdata_cid, bool, true, \
|
| "Artificially create type feedback for arithmetic etc. operations") \
|
| -P(ic_range_profiling, bool, !USING_DBC, \
|
| - "Generate special IC stubs collecting range information ") \
|
| P(interpret_irregexp, bool, USING_DBC, \
|
| "Use irregexp bytecode interpreter") \
|
| P(lazy_dispatchers, bool, true, \
|
|
|