remove unused variables

This commit is contained in:
Mitchell Livingston 2008-01-07 20:52:40 +00:00
parent bc3b1c4bee
commit b7c1cb960b
1 changed files with 0 additions and 6 deletions

View File

@ -551,11 +551,6 @@ void msg_lookup( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg )
{
IPCClient * client = arg;
NSArray * hashes, * tors;
benc_val_t packet, * pkinf;
NSEnumerator * enumerator;
Torrent * tor;
uint8_t * buf;
size_t size;
hashes = bencarray( val, TYPE_STR );
if( NULL == hashes )
@ -692,7 +687,6 @@ void msg_addold( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg )
{
IPCClient * client = arg;
NSArray * paths;
BOOL res;
paths = bencarray( val, TYPE_STR );
if( nil == paths )