yp_mkdb: Remove useless return at the end of void function

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
Elyes Haouas 2023-03-02 07:59:07 -07:00 committed by Warner Losh
parent 0715ec7eb4
commit ae90e9a9d6

View file

@ -92,7 +92,6 @@ unwind(char *map)
(int)data.size, (char *)data.data);
(void)(dbp->close)(dbp);
return;
}
int