| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index e5ddbadd2cd7db2534c3d12eef1b114ef8947ff9..f5a3e0e0fc965cead892b9fadc683d23a523eb01 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -1188,8 +1188,6 @@ DEFINE_BOOL(unbox_double_fields, V8_DOUBLE_FIELDS_UNBOXING,
|
| "enable in-object double fields unboxing (64-bit only)")
|
| DEFINE_IMPLICATION(unbox_double_fields, track_double_fields)
|
|
|
| -DEFINE_BOOL(global_var_shortcuts, false, "use ic-less global loads and stores")
|
| -
|
|
|
| // Cleanup...
|
| #undef FLAG_FULL
|
|
|