diff --git a/src/modules/sctp/sctp_server.c b/src/modules/sctp/sctp_server.c index 0e0b6eab97b..66c71b7889c 100644 --- a/src/modules/sctp/sctp_server.c +++ b/src/modules/sctp/sctp_server.c @@ -797,9 +797,6 @@ static int sctp_init_sock_opt_common(int s, int af) sctp_err++; goto error; /* critical */ } -#ifdef __OS_linux -ev_success: -#endif #else #error no sctp lib support for SCTP_EVENTS, consider upgrading #endif /* SCTP_EVENTS */