mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
feat: removed unnecessary assert (#3973)
This commit is contained in:
parent
be7e4ea098
commit
ab16b2aabf
@ -130,7 +130,6 @@ SocketIpStatus IpSocket::open(SocketDescriptor& socketDescriptor) {
|
||||
}
|
||||
|
||||
SocketIpStatus IpSocket::send(const SocketDescriptor& socketDescriptor, const U8* const data, const U32 size) {
|
||||
FW_ASSERT(socketDescriptor.fd != -1, static_cast<FwAssertArgType>(socketDescriptor.fd));
|
||||
FW_ASSERT(data != nullptr);
|
||||
FW_ASSERT(size > 0);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user