mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-06 14:24:41 +08:00
Remove unused NativeConstants
This commit is contained in:
parent
ec32def592
commit
5fa5d9567d
@ -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();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user