aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/compat.h b/src/compat.h
index 68b108c..f5b7059 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -68,16 +68,6 @@ static inline void taskqgroup_drain_all(struct taskqgroup *tqg)
#undef atomic_load_ptr
#define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p))
-static inline void m_snd_tag_rele(struct m_snd_tag *mst)
-{
- struct ifnet *ifp;
- if (!mst)
- return;
- ifp = mst->ifp;
- ifp->if_snd_tag_free(mst);
- if_rele(ifp);
-}
-
#endif
#if __FreeBSD_version < 1202000