Remove duplicated declaration.
Reported by: adrian@
This commit is contained in:
parent
aebcd3034e
commit
03878a296d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304952
@ -98,7 +98,6 @@ void cnvlist_free_number(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_string(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_nvlist(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_binary(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_descriptor(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_bool_array(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_number_array(nvlist_t *nvl, void *cookiep);
|
||||
void cnvlist_free_string_array(nvlist_t *nvl, void *cookiep);
|
||||
|
Loading…
Reference in New Issue
Block a user