mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Remove unnecessary compareTo
This commit is contained in:
parent
deb79213a4
commit
b7725aa15a
|
@ -93,11 +93,6 @@ class TByteBufferImpl extends TByteBuffer {
|
|||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compareTo(TByteBuffer other) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDirect() {
|
||||
return direct;
|
||||
|
|
Loading…
Reference in New Issue
Block a user