summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_input.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-05-24 15:32:46 +0000
committerbz <bz@FreeBSD.org>2008-05-24 15:32:46 +0000
commitdb8afa9bc31450046fc8eed8864e3c3b86b436bc (patch)
tree4c9f8d1fdc1d5f9710236a715b977f947c42d1ff /sys/netipsec/ipsec_input.c
parentf3ab94f7b4b8a27fb80347158315e4588b95047b (diff)
downloadFreeBSD-src-db8afa9bc31450046fc8eed8864e3c3b86b436bc.zip
FreeBSD-src-db8afa9bc31450046fc8eed8864e3c3b86b436bc.tar.gz
In addition to the ipsec_osdep.h removal a week ago, now also eliminate
IPSEC_SPLASSERT_SOFTNET which has been 'unused' since FreeBSD 5.0.
Diffstat (limited to 'sys/netipsec/ipsec_input.c')
-rw-r--r--sys/netipsec/ipsec_input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c
index 63677ec..e98f71e 100644
--- a/sys/netipsec/ipsec_input.c
+++ b/sys/netipsec/ipsec_input.c
@@ -288,8 +288,6 @@ ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav,
#endif
#endif
- IPSEC_SPLASSERT_SOFTNET(__func__);
-
IPSEC_ASSERT(m != NULL, ("null mbuf"));
IPSEC_ASSERT(sav != NULL, ("null SA"));
IPSEC_ASSERT(sav->sah != NULL, ("null SAH"));
OpenPOWER on IntegriCloud