Eliminate TODO and FIXME macros
Those macros are legacy and are not used consitently throughout the code base. This patch eliminates their definitions and rewrites their remaining occurrences to TODO comments. All occurrences have been checked and made sure that the comments used a consistent style. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
+1
-4
@@ -68,10 +68,7 @@ static bool jerry_api_available;
|
||||
*/
|
||||
|
||||
#ifdef JERRY_ENABLE_LOG
|
||||
/**
|
||||
* TODO:
|
||||
* Move logging-related functionality to separate module, like jerry-log.c
|
||||
*/
|
||||
/* TODO: Move logging-related functionality to separate module, like jerry-log.c */
|
||||
|
||||
/**
|
||||
* Verbosity level of logging
|
||||
|
||||
Reference in New Issue
Block a user