(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
1 changed files with 0 additions and 1 deletions

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 );
}