- Removed now-completed TODO in `registerQueue(QUeue)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-30 12:35:41 +02:00
parent a13ff17c0d
commit ab07df80ea

View File

@ -116,8 +116,6 @@ public class Manager
queuesLock.unlock(); queuesLock.unlock();
} }
// TODO: Insert queue only if non-existent, else throw an exception
/* Search for the queue, throw an exception if it exists */ /* Search for the queue, throw an exception if it exists */
foreach(Queue curQueue; queues) foreach(Queue curQueue; queues)
{ {