mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-31 20:41:29 +01:00
Remove unused method
This commit is contained in:
parent
f1e48b07b9
commit
fbae08a5a6
@ -10,8 +10,4 @@ public class BufUtils {
|
||||
public static ByteBuf direct() {
|
||||
return alloc.ioBuffer();
|
||||
}
|
||||
|
||||
public static ByteBuf getBuffer(int initialCapacity) {
|
||||
return alloc.heapBuffer(initialCapacity);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user