From: Eswar Yaganti Date: Sat, 25 Jun 2016 17:35:41 +0000 (+0530) Subject: linkhash.h: removed redundant params from comments X-Git-Tag: json-c-0.13-20171207~150^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F238%2Fhead;p=thirdparty%2Fjson-c.git linkhash.h: removed redundant params from comments --- diff --git a/linkhash.h b/linkhash.h index 8be625a7..b9e114b0 100644 --- a/linkhash.h +++ b/linkhash.h @@ -175,7 +175,6 @@ extern struct lh_table* lh_table_new(int size, * Convenience function to create a new linkhash * table with char keys. * @param size initial table size. - * @param name table name. * @param free_fn callback function used to free memory for entries. * @return On success, a pointer to the new linkhash table is returned. * On error, a null pointer is returned. @@ -188,7 +187,6 @@ extern struct lh_table* lh_kchar_table_new(int size, * Convenience function to create a new linkhash * table with ptr keys. * @param size initial table size. - * @param name table name. * @param free_fn callback function used to free memory for entries. * @return On success, a pointer to the new linkhash table is returned. * On error, a null pointer is returned.