| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 048f89837dc7f3e05bd75c78622b1617a342e44d..90fb9a42785219088aa228a1a4690f45153ce308 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -79,7 +79,6 @@ enum BindingFlags {
|
|
|
| #define NATIVE_CONTEXT_INTRINSIC_FUNCTIONS(V) \
|
| V(IS_ARRAYLIKE, JSFunction, is_arraylike) \
|
| - V(CONCAT_ITERABLE_TO_ARRAY_INDEX, JSFunction, concat_iterable_to_array) \
|
| V(GET_TEMPLATE_CALL_SITE_INDEX, JSFunction, get_template_call_site) \
|
| V(MAKE_RANGE_ERROR_INDEX, JSFunction, make_range_error) \
|
| V(MAKE_TYPE_ERROR_INDEX, JSFunction, make_type_error) \
|
|
|