- Removed commented-out code
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-08 16:59:36 +02:00
parent 8f8a5e7662
commit 593fccd38f
1 changed files with 0 additions and 8 deletions

View File

@ -18,14 +18,6 @@ public final class NopMessage : Command
return testField;
}
// TOOD: The pack does a runtime type lookup (PROBABLY) and therefore we could
// just rather have it as a final emthod
// private void repack()
// {
// setEncoded(cast(byte[])pack(this));
// }
public void setTestField(string testField)
{
this.testField = testField;