Remove unused NativeConstants
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user