Removed uneeded function
This commit is contained in:
parent
e8d4e0ae20
commit
3103adcb0f
|
@ -130,22 +130,7 @@ public final class Manager
|
||||||
queuesLock.unlock();
|
queuesLock.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool isValidTag_callerThreadSafe(ulong tag)
|
|
||||||
{
|
|
||||||
bool tagExists;
|
|
||||||
|
|
||||||
|
|
||||||
foreach(Queue queue; queues)
|
|
||||||
{
|
|
||||||
if(queue.getTag() == tag)
|
|
||||||
{
|
|
||||||
tagExists = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return tagExists;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: Comment
|
* TODO: Comment
|
||||||
|
|
Loading…
Reference in New Issue