yin parser CHANGE remove dead code after previous changes
diff --git a/src/tree_schema_internal.h b/src/tree_schema_internal.h
index db61beb..699f1e5 100644
--- a/src/tree_schema_internal.h
+++ b/src/tree_schema_internal.h
@@ -680,7 +680,7 @@
* @param[in] data Input data to be parsed.
* @param[in, out] mod Prepared module structure where the parsed information, including the parsed
* module structure, will be filled in.
- * @return LY_ERR value - LY_SUCCESS, LY_EINVAL or LY_EVALID.
+ * @return LY_ERR values.
*/
LY_ERR yin_parse_module(struct ly_ctx *ctx, const char *data, struct lys_module *mod);