From ab07df80ea8e168f1912cf52bcbc51731bba5f8e Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 30 Mar 2023 12:35:41 +0200 Subject: [PATCH] Manager - Removed now-completed TODO in `registerQueue(QUeue)` --- source/tristanable/manager/manager.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/tristanable/manager/manager.d b/source/tristanable/manager/manager.d index c889403..edee941 100644 --- a/source/tristanable/manager/manager.d +++ b/source/tristanable/manager/manager.d @@ -116,8 +116,6 @@ public class Manager queuesLock.unlock(); } - // TODO: Insert queue only if non-existent, else throw an exception - /* Search for the queue, throw an exception if it exists */ foreach(Queue curQueue; queues) {