refactor: eliminated two compiler warnings

This commit is contained in:
Andrey Prygunkov
2014-08-19 20:53:00 +00:00
parent b10b48f5e9
commit 43e096c6dc
2 changed files with 1 additions and 2 deletions

View File

@@ -598,7 +598,6 @@ void QueueScriptCoordinator::CheckQueue()
delete m_pCurItem;
time_t tCurTime = time(NULL);
m_pCurItem = NULL;
NZBInfo* pCurNZBInfo = NULL;
Queue::iterator itCurItem = m_Queue.end();