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:
parent
a683ad49a8
commit
e89fcc9bf6
1 changed files with 0 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue