Remove extraneous NET_EPOCH_ASSERT - the full function is covered.

This commit is contained in:
Gleb Smirnoff 2020-01-22 06:07:27 +00:00
parent 3fed74e90f
commit e2636f0a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356982

View File

@ -1147,7 +1147,6 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
* Close the send side of the connection after
* the data is sent.
*/
NET_EPOCH_ASSERT();
socantsendmore(so);
tcp_usrclosed(tp);
}