| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index f72b629e727800279fd2b31474545d83bf8d7d40..3ad9de1e8beb6c646a19597c1de7316e0e7cf5af 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -51,8 +51,6 @@ namespace dart {
|
|
|
| DEFINE_FLAG(int, huge_method_cutoff_in_code_size, 200000,
|
| "Huge method cutoff in unoptimized code size (in bytes).");
|
| -DEFINE_FLAG(int, huge_method_cutoff_in_tokens, 20000,
|
| - "Huge method cutoff in tokens: Disables optimizations for huge methods.");
|
| DEFINE_FLAG(bool, overlap_type_arguments, true,
|
| "When possible, partially or fully overlap the type arguments of a type "
|
| "with the type arguments of its super type.");
|
|
|