- Removed now-completed TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-04 11:03:11 +02:00
parent 93d6d49c20
commit 7072c852dc
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ public abstract class Request
{
private byte[] requestMessage;
// TODO: Define the below with an alias for a function pointer that accepts a byte[] (the response data)
private ResponseHandler respFunc;
protected this(byte[] requestMessage, ResponseHandler respFunc)