移除无用代码

This commit is contained in:
aozhiwei 2019-09-25 14:14:31 +08:00
parent f93c9872e3
commit 7288e3d00e

View File

@ -56,7 +56,6 @@ namespace a8
memmove(szbuff + 4, buff, bufflen);
a8::TcpSession::SendBuff((char*)szbuff, bufflen + 4);
} else {
assert(false);
abort();
}
}