Skip to content

Commit

Permalink
fix Linux Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Oct 6, 2018
1 parent c7486d4 commit d55dfee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/xrNetServer/empty/NET_Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ void IPureClient::SendTo_LL(void* data, u32 size, u32 dwFlags, u32 dwTimeout)
net_Statistic.dwBytesSended += size;

// verify
VERIFY(desc.dwBufferSize);
VERIFY(desc.pBufferData);

// Msg("- Client::SendTo_LL [%d]", size);
}
Expand Down
2 changes: 0 additions & 2 deletions src/xrNetServer/empty/NET_Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ void IPureServer::SendTo_LL(ClientID ID /*DPNID ID*/, void* data, u32 size, u32
// send it

// verify
VERIFY(desc.dwBufferSize);
VERIFY(desc.pBufferData);
}

void IPureServer::SendTo(ClientID ID /*DPNID ID*/, NET_Packet& P, u32 dwFlags, u32 dwTimeout)
Expand Down

0 comments on commit d55dfee

Please sign in to comment.