diff --git a/source/tristanable/manager.d b/source/tristanable/manager.d index 7556bdd..7aae679 100644 --- a/source/tristanable/manager.d +++ b/source/tristanable/manager.d @@ -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