Removed uneeded function
This commit is contained in:
parent
e8d4e0ae20
commit
3103adcb0f
|
@ -130,23 +130,8 @@ public final class Manager
|
|||
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: Testing
|
||||
|
|
Loading…
Reference in New Issue