1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(libT) oops, fix a couple of new gcc "unused variable" warnings. Hi, titer.

This commit is contained in:
Charles Kerr 2008-10-29 20:51:57 +00:00
parent 2666807291
commit 6a954ef95c

View file

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