diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c index 9ab3bee08aad..0800ab5e3bdc 100644 --- a/sys/netinet/sctp_asconf.c +++ b/sys/netinet/sctp_asconf.c @@ -48,8 +48,6 @@ __FBSDID("$FreeBSD$"); * SCTP_DEBUG_ASCONF1: protocol info, general info and errors * SCTP_DEBUG_ASCONF2: detailed info */ -#ifdef SCTP_DEBUG -#endif /* SCTP_DEBUG */ static void diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index 851b700c1305..5d1463e4c7c6 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -381,7 +381,5 @@ sctp_auditing(int, struct sctp_inpcb *, struct sctp_tcb *, void sctp_audit_log(uint8_t, uint8_t); #endif - - #endif /* _KERNEL */ #endif