mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Cleanup extra semi-colons
This commit is contained in:
@@ -224,7 +224,7 @@ void CThreadPool::cancelJobs(const std::set<CJob *> &jobs) {
|
||||
if ((*it)->m_eState != CJob::CANCELLED) {
|
||||
assert((*it)->m_eState == CJob::DONE);
|
||||
// Re-set state for the destructor
|
||||
(*it)->m_eState = CJob::CANCELLED;;
|
||||
(*it)->m_eState = CJob::CANCELLED;
|
||||
deleteLater.insert(*it);
|
||||
wait.erase(it++);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user