Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 0a85a137d8b6507e13e3263a4729c2fbd2cce2ef..9a65e1675d749d282c65f7c957bf4fe867e33b9e 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5612,8 +5612,6 @@ BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |
kIsTopLevelBit) |
-BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, optimize_next_closure, |
- kOptimizeNextClosure) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation, |
kAllowLazyCompilation) |
BOOL_ACCESSORS(SharedFunctionInfo, |