mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(libT) oops, fix a couple of new gcc "unused variable" warnings. Hi, titer.
This commit is contained in:
parent
2666807291
commit
6a954ef95c
1 changed files with 0 additions and 2 deletions
|
@ -927,7 +927,6 @@ static int
|
|||
readIA( tr_handshake * handshake,
|
||||
struct evbuffer * inbuf )
|
||||
{
|
||||
int i;
|
||||
const size_t needlen = handshake->ia_len;
|
||||
struct evbuffer * outbuf;
|
||||
uint32_t crypto_select;
|
||||
|
@ -1006,7 +1005,6 @@ readPayloadStream( tr_handshake * handshake,
|
|||
{
|
||||
int i;
|
||||
const size_t needlen = HANDSHAKE_SIZE;
|
||||
struct evbuffer * outbuf;
|
||||
|
||||
dbgmsg( handshake, "reading payload stream... have %d, need %d",
|
||||
(int)EVBUFFER_LENGTH( inbuf ), (int)needlen );
|
||||
|
|
Loading…
Reference in a new issue