get rid of an unneeded warning

This commit is contained in:
Mitchell Livingston 2007-08-15 23:45:43 +00:00
parent 3d0e98b2c7
commit 37373317d9
1 changed files with 1 additions and 2 deletions

View File

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