setkey(8): remove redundand returns

Sponsored by:	NVidia networking
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2023-04-03 04:59:07 +03:00
parent 650d6cc122
commit 462c3d3cf4

View file

@ -1306,14 +1306,10 @@ parse_init()
p_aiflags = 0;
p_aifamily = PF_UNSPEC;
return;
}
void
free_buffer()
{
/* we got tons of memory leaks in the parser anyways, leave them */
return;
}