Implement IO port API
Related issue: #964 Implemented the IO API of Jerry ports. Removed log file from API level. The port implementation should define the destination of log messages. JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -86,11 +86,6 @@ static const char *wrong_args_msg_p = "wrong type of argument";
|
||||
*/
|
||||
int jerry_debug_level = 0;
|
||||
|
||||
/**
|
||||
* File, used for logging
|
||||
*/
|
||||
FILE *jerry_log_file = NULL;
|
||||
|
||||
#endif /* JERRY_ENABLE_LOG */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user