1
0
Fork 0

Delete unreferenced variable

This commit is contained in:
Tiger Wang 2020-08-04 19:02:43 +01:00
parent 25906a3b87
commit c0d1cffe0b
1 changed files with 0 additions and 1 deletions

View File

@ -527,7 +527,6 @@ void cChunkDataSerializer::Serialize477(const std::vector<cClientHandle *> & a_S
// Write the chunk size in bytes:
const UInt8 BitsPerEntry = 14;
const size_t Mask = (1 << BitsPerEntry) - 1;
const size_t ChunkSectionDataArraySize = (cChunkData::SectionBlockCount * BitsPerEntry) / 8 / 8;
const size_t ChunkSectionSize = (
2 + // Block count, BEInt16, 2 bytes