diff options
author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2020-09-20 21:32:52 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2020-09-20 21:32:52 +0000 |
commit | 1440f62266cd056b1520e799c02406020e526c65 (patch) | |
tree | bd7fb61060fc4a29bb69597860b2d539b540d0c4 /sys/netinet6/in6_proto.c | |
parent | 6507a8fecb167fcf8a52cb7fb20c2483020c41db (diff) | |
download | src-1440f62266cd056b1520e799c02406020e526c65.tar.gz src-1440f62266cd056b1520e799c02406020e526c65.zip |
Remove unused nhop_ref_any() function.
Remove "opt_mpath.h" header where not needed.
No functional changes.
Notes
Notes:
svn path=/head/; revision=365930
Diffstat (limited to 'sys/netinet6/in6_proto.c')
-rw-r--r-- | sys/netinet6/in6_proto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index 9f9c9b9dbbf8..21b7d660676f 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$"); #include "opt_ipsec.h" #include "opt_ipstealth.h" #include "opt_sctp.h" -#include "opt_mpath.h" #include "opt_route.h" #include <sys/param.h> |