3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Remove unused NativeConstants

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-06-11 02:05:54 -04:00
Ursprung ec32def592
Commit 5fa5d9567d

Datei anzeigen

@ -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();
}
}