Removed unnecessary function

This commit is contained in:
nathan 2020-08-11 23:33:23 +02:00
parent 94f623716b
commit 2d2dd4a912

View File

@ -139,10 +139,6 @@ public class AeronOutput extends Output {
return internalBuffer;
}
public byte[] toBytesArray () {
return toBytes();
}
@Override
public byte[] toBytes () {
byte[] newBuffer = new byte[position];