libc: small cleanups.

Remove unused initialization: "num" is properly defined before use.

Reviewed by:	ngie
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2017-03-12 03:29:23 +00:00
parent ada469063f
commit 3c72899a8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315097

View File

@ -263,8 +263,6 @@ _citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted)
size_t num;
int ret;
num = 0;
ret = _lookup_seq_open(&cla, _PATH_ESDB "/" ESDB_ALIAS,
_LOOKUP_CASE_IGNORE);
if (ret)