From b7c1cb960b0323cf1a51ab9528db694c01b43004 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 7 Jan 2008 20:52:40 +0000 Subject: [PATCH] remove unused variables --- macosx/IPCController.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/macosx/IPCController.m b/macosx/IPCController.m index dccc7e706..a92471fdd 100644 --- a/macosx/IPCController.m +++ b/macosx/IPCController.m @@ -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 )