Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Don't need to call memoryAddress() here as we do it later on anyway
Dieser Commit ist enthalten in:
Ursprung
b61321f4f7
Commit
6c348c994c
@ -29,8 +29,6 @@ public class LibdeflateVelocityCompressor implements VelocityCompressor {
|
|||||||
public void inflate(ByteBuf source, ByteBuf destination, int uncompressedSize)
|
public void inflate(ByteBuf source, ByteBuf destination, int uncompressedSize)
|
||||||
throws DataFormatException {
|
throws DataFormatException {
|
||||||
ensureNotDisposed();
|
ensureNotDisposed();
|
||||||
source.memoryAddress();
|
|
||||||
destination.memoryAddress();
|
|
||||||
|
|
||||||
// libdeflate recommends we work with a known uncompressed size - so we work strictly within
|
// libdeflate recommends we work with a known uncompressed size - so we work strictly within
|
||||||
// those parameters. If the uncompressed size doesn't match the compressed size, then we will
|
// those parameters. If the uncompressed size doesn't match the compressed size, then we will
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren