Skip to content

Commit ce2fc3c

Browse files
author
Zsolt Borbély
committed
Remove the duplicated declaration of parser_set_show_instrs()
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent c141f76 commit ce2fc3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jerry-core/parser/js/js-parser.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ typedef enum
137137
JSP_STATUS_SYNTAX_ERROR, /**< SyntaxError early error occured */
138138
} jsp_status_t;
139139

140-
extern void parser_set_show_instrs (int);
141-
142140
/* Note: source must be a valid UTF-8 string */
143141
extern jsp_status_t parser_parse_script (const jerry_api_char_t *,
144142
size_t,

0 commit comments

Comments
 (0)