aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/parser/js/js-parser-tagged-template-literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'jerry-core/parser/js/js-parser-tagged-template-literal.h')
-rw-r--r--jerry-core/parser/js/js-parser-tagged-template-literal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/jerry-core/parser/js/js-parser-tagged-template-literal.h b/jerry-core/parser/js/js-parser-tagged-template-literal.h
index 338c209b..9bc94938 100644
--- a/jerry-core/parser/js/js-parser-tagged-template-literal.h
+++ b/jerry-core/parser/js/js-parser-tagged-template-literal.h
@@ -31,7 +31,6 @@
#include "common.h"
#include "js-parser-internal.h"
-#if JERRY_ESNEXT
ecma_object_t *parser_new_tagged_template_literal (ecma_object_t **raw_strings_p);
void parser_tagged_template_literal_append_strings (parser_context_t *context_p,
@@ -40,7 +39,6 @@ void parser_tagged_template_literal_append_strings (parser_context_t *context_p,
uint32_t prop_index);
void parser_tagged_template_literal_finalize (ecma_object_t *template_obj_p, ecma_object_t *raw_strings_p);
-#endif /* JERRY_ESNEXT */
#endif /* ECMA_TAGGED_TEMPLATE_LITERAL_H */