Removing label completion values.

This commit is contained in:
Ruben Ayrapetyan
2015-01-30 22:59:25 +03:00
parent 00afd4e0e2
commit a1f95048ae
4 changed files with 3 additions and 118 deletions
-2
View File
@@ -101,8 +101,6 @@ typedef enum
{
ECMA_COMPLETION_TYPE_NORMAL, /**< default block completion */
ECMA_COMPLETION_TYPE_RETURN, /**< block completed with return */
ECMA_COMPLETION_TYPE_BREAK, /**< block completed with break */
ECMA_COMPLETION_TYPE_CONTINUE, /**< block completed with continue */
#ifdef CONFIG_ECMA_EXCEPTION_SUPPORT
ECMA_COMPLETION_TYPE_THROW, /**< block completed with throw */
#endif /* CONFIG_ECMA_EXCEPTION_SUPPORT */