| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index d1358ca486fa2d977a27c386e2a74e4fec7f748d..76b829832ebdb051103e97957083f471d8c86f8f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -628,8 +628,6 @@ DEFINE_BOOL(always_inline_smi_code, false,
|
| DEFINE_INT(min_semi_space_size, 0,
|
| "min size of a semi-space (in MBytes), the new space consists of two"
|
| "semi-spaces")
|
| -DEFINE_INT(target_semi_space_size, 0,
|
| - "target size of a semi-space (in MBytes) before triggering a GC")
|
| DEFINE_INT(max_semi_space_size, 0,
|
| "max size of a semi-space (in MBytes), the new space consists of two"
|
| "semi-spaces")
|
|
|