mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Remove the duplicated declaration of parser_set_show_instrs()
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
parent
c141f766ee
commit
ce2fc3ccfd
@ -137,8 +137,6 @@ typedef enum
|
||||
JSP_STATUS_SYNTAX_ERROR, /**< SyntaxError early error occured */
|
||||
} jsp_status_t;
|
||||
|
||||
extern void parser_set_show_instrs (int);
|
||||
|
||||
/* Note: source must be a valid UTF-8 string */
|
||||
extern jsp_status_t parser_parse_script (const jerry_api_char_t *,
|
||||
size_t,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user