remove leftover comment

This commit is contained in:
vis2k 2022-01-21 16:11:17 +08:00
parent d33c7cb247
commit 657a06bbc8

View File

@ -109,8 +109,6 @@ internal unsafe void WriteBlittable<T>(T value)
// ensure capacity
EnsureCapacity(Position + size);
// TODO TRY
// write blittable
fixed (byte* ptr = &buffer[Position])
{