db/upnp/WorkQueue: remove redundant n_workers_exited check from IsOK()
This commit is contained in:
parent
79eed5182e
commit
60486bcc46
|
@ -227,7 +227,7 @@ public:
|
|||
private:
|
||||
bool IsOK()
|
||||
{
|
||||
return ok && n_workers_exited == 0 && n_threads > 0;
|
||||
return ok && n_threads > 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue