aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-string-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'jerry-core/ecma/operations/ecma-string-object.c')
-rw-r--r--jerry-core/ecma/operations/ecma-string-object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/jerry-core/ecma/operations/ecma-string-object.c b/jerry-core/ecma/operations/ecma-string-object.c
index 597d1868..95b78c9a 100644
--- a/jerry-core/ecma/operations/ecma-string-object.c
+++ b/jerry-core/ecma/operations/ecma-string-object.c
@@ -98,8 +98,6 @@ ecma_op_create_string_object (const ecma_value_t *arguments_list_p, /**< list of
/**
* List names of a String object's lazy instantiated properties
- *
- * @return string values collection
*/
void
ecma_op_string_list_lazy_property_names (ecma_object_t *obj_p, /**< a String object */