From 5488e7902cc841e88063ac311cbc1c4373fb8651 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 25 Jun 2023 17:05:36 +0200 Subject: [PATCH] Receiver - Removed irrelevant TODO Sender - Removed irrelevant TODO --- source/birchwood/client/receiver.d | 1 - source/birchwood/client/sender.d | 1 - 2 files changed, 2 deletions(-) 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