1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk libT) remove unneeded assert()ion

This commit is contained in:
Jordan Lee 2011-04-10 05:22:18 +00:00
parent 05b75e6e9f
commit d6dbf87652

View file

@ -234,7 +234,6 @@ buildHandshakeMessage( tr_handshake * handshake, uint8_t * buf )
memcpy( walk, peer_id, PEER_ID_LEN );
walk += PEER_ID_LEN;
assert( strlen( ( const char* )peer_id ) == PEER_ID_LEN );
assert( walk - buf == HANDSHAKE_SIZE );
}