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