get rid of an unneeded warning
This commit is contained in:
parent
3d0e98b2c7
commit
37373317d9
|
@ -542,8 +542,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
[fPendingTorrentDownloads removeAllObjects];
|
||||
}
|
||||
|
||||
//remove all torrent files in the temporary directory
|
||||
#warning move?
|
||||
//remove all remaining torrent files in the temporary directory
|
||||
if (fTempTorrentFiles)
|
||||
{
|
||||
NSEnumerator * torrentEnumerator = [fTempTorrentFiles objectEnumerator];
|
||||
|
|
Loading…
Reference in New Issue