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

previous commit uncovered an unused shadow variable in test-peer-id.c

This commit is contained in:
Jordan Lee 2012-10-14 18:00:29 +00:00
parent a683ad49a8
commit e89fcc9bf6

View file

@ -13,7 +13,6 @@ static int
testPeerId( void )
{
int i;
int test = 0;
uint8_t peer_id[PEER_ID_LEN+1];
for( i = 0; i < 100000; ++i )