Removed uneeded command

This commit is contained in:
Tristan B. Kildaire 2020-10-15 11:55:30 +02:00
parent 2d045a5a52
commit 53a1e78558
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ public final class DClient
/* Receive the server's response */
byte[] resp = reqRepQueue.dequeue().getData();
/* Set next available tag */
i++;
return cast(bool)resp[0];
}