rrenumd: 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 fce4b0c51d
commit 0fd15eb335

View file

@ -348,8 +348,6 @@ sock6_open(struct flags *flags
}
#endif /* IPSEC_POLICY_IPSEC */
#endif /* IPSEC */
return;
}
static void
@ -414,8 +412,6 @@ sock4_open(struct flags *flags
}
#endif /* IPSEC_POLICY_IPSEC */
#endif /* IPSEC */
return;
}
static void