ipfilter: inline is superfluous for an extrn function

Remove superfluous inline for function defined as extrn.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2022-01-10 10:33:56 -08:00
parent f98cc177f7
commit 835a0e2f0d

View File

@ -1012,7 +1012,7 @@ ipf_newisn(fin)
}
inline int
int
ipf_checkv4sum(fr_info_t *fin)
{
#ifdef CSUM_DATA_VALID
@ -1109,7 +1109,7 @@ skipauto:
#ifdef USE_INET6
inline int
int
ipf_checkv6sum(fr_info_t *fin)
{
if ((fin->fin_flx & FI_NOCKSUM) != 0) {