diff --git a/source/birchwood/client/receiver.d b/source/birchwood/client/receiver.d index a847660..ce106be 100644 --- a/source/birchwood/client/receiver.d +++ b/source/birchwood/client/receiver.d @@ -70,7 +70,6 @@ public final class ReceiverThread : Thread this.recvQueueLock = new Mutex(); } - // TODO: Rename to `receiveQ` /** * Enqueues the raw message into the receieve queue * for eventual processing diff --git a/source/birchwood/client/sender.d b/source/birchwood/client/sender.d index 0de1df0..98769f6 100644 --- a/source/birchwood/client/sender.d +++ b/source/birchwood/client/sender.d @@ -62,7 +62,6 @@ public final class SenderThread : Thread this.sendQueueLock = new Mutex(); } - // TODO: Rename to `sendQ` /** * Enqueues the raw message into the send queue * for eventual sending