mirror of
http://deavmi.assigned.network/git/deavmi/tristanable
synced 2025-02-23 08:16:50 +00:00
Removed uneeded function
This commit is contained in:
parent
e8d4e0ae20
commit
3103adcb0f
@ -130,22 +130,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user