Fixed unused variable in unti test

This commit is contained in:
John Wellbelove 2026-02-05 20:57:54 +00:00
parent 6cec4a3971
commit 82f168c96e

View File

@ -235,7 +235,6 @@ namespace
#else
Packet packet3(message3);
#endif
NullPacket null_packet;
// Should cause a static assert.
//Packet packet4(message4);