Removing ECMA_TYPE__COUNT enum value; fixing comment to ecma_copy_value

This commit is contained in:
Ruben Ayrapetyan
2014-08-22 17:50:57 +04:00
parent a8486b01ed
commit dca9bcc387
4 changed files with 8 additions and 45 deletions
@@ -110,10 +110,6 @@ ecma_op_create_object_object_arg (ecma_value_t value) /**< argument of construct
ecma_make_object_value (obj_p),
ECMA_TARGET_ID_RESERVED);
}
case ECMA_TYPE__COUNT:
{
JERRY_UNREACHABLE();
}
}
JERRY_UNREACHABLE();