diff --git a/native/src/main/java/com/velocitypowered/natives/util/NativeConstants.java b/native/src/main/java/com/velocitypowered/natives/util/NativeConstants.java deleted file mode 100644 index f96656125..000000000 --- a/native/src/main/java/com/velocitypowered/natives/util/NativeConstants.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.velocitypowered.natives.util; - -public class NativeConstants { - /** - * The default preferred output buffer size for zlib. - */ - public static final int ZLIB_BUFFER_SIZE = 8192; - - private NativeConstants() { - throw new AssertionError(); - } -}