mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
get rid of an unneeded warning
This commit is contained in:
parent
3d0e98b2c7
commit
37373317d9
1 changed files with 1 additions and 2 deletions
|
@ -542,8 +542,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
[fPendingTorrentDownloads removeAllObjects];
|
[fPendingTorrentDownloads removeAllObjects];
|
||||||
}
|
}
|
||||||
|
|
||||||
//remove all torrent files in the temporary directory
|
//remove all remaining torrent files in the temporary directory
|
||||||
#warning move?
|
|
||||||
if (fTempTorrentFiles)
|
if (fTempTorrentFiles)
|
||||||
{
|
{
|
||||||
NSEnumerator * torrentEnumerator = [fTempTorrentFiles objectEnumerator];
|
NSEnumerator * torrentEnumerator = [fTempTorrentFiles objectEnumerator];
|
||||||
|
|
Loading…
Reference in a new issue