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

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 )