Remove unused constants

This commit is contained in:
Dylan K. Taylor
2021-10-01 22:05:03 +01:00
parent aee4a00a50
commit 42bf9578ce
2 changed files with 0 additions and 3 deletions

View File

@ -41,7 +41,6 @@ use function unpack;
* The serialization format **is not intended for permanent storage** and may change without warning.
*/
final class FastChunkSerializer{
private const FLAG_GENERATED = 1 << 0;
private const FLAG_POPULATED = 1 << 1;
private const FLAG_HAS_LIGHT = 1 << 2;