Remove code which is not needed.

MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-07-18 13:10:02 +00:00
parent 93ed6ade6e
commit 05bceec68e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363309

View File

@ -3593,9 +3593,6 @@ sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from)
*/
if (from != SCTP_CALLED_FROM_INPKILL_TIMER) {
(void)SCTP_OS_TIMER_STOP_DRAIN(&inp->sctp_ep.signature_change.timer);
} else {
/* Probably un-needed */
(void)SCTP_OS_TIMER_STOP(&inp->sctp_ep.signature_change.timer);
}
#ifdef SCTP_LOG_CLOSING