Index: src/parsing/parser-base.h |
diff --git a/src/parsing/parser-base.h b/src/parsing/parser-base.h |
index 56b40abf987917ad7df9b94180daacba8597ad24..9375bb0df5bb2f04a65e3dd336829e9c573029be 100644 |
--- a/src/parsing/parser-base.h |
+++ b/src/parsing/parser-base.h |
@@ -3881,7 +3881,6 @@ ParserBase<Impl>::ParseHoistableDeclaration( |
!is_async && !(allow_harmony_restrictive_generators() && is_generator); |
return impl()->DeclareFunction(variable_name, function, mode, pos, |
- is_generator, is_async, |
is_sloppy_block_function, names, ok); |
} |