From ce2fc3ccfd85cdfb0ee41f44bd2304d25da11e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Mon, 7 Mar 2016 15:33:00 +0100 Subject: [PATCH] Remove the duplicated declaration of parser_set_show_instrs() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- jerry-core/parser/js/js-parser.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/jerry-core/parser/js/js-parser.h b/jerry-core/parser/js/js-parser.h index 845597529..4a30688da 100644 --- a/jerry-core/parser/js/js-parser.h +++ b/jerry-core/parser/js/js-parser.h @@ -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,