Removed unused method.

This commit is contained in:
Simone Bordet 2015-07-08 18:49:20 +02:00
parent f62305b5a5
commit 22cea067d7
1 changed files with 0 additions and 5 deletions

View File

@ -73,11 +73,6 @@ public interface ByteBufferPool
return buffer;
}
public void prepend(ByteBuffer buffer, boolean recycle)
{
insert(0, buffer, recycle);
}
public void append(ByteBuffer buffer, boolean recycle)
{
buffers.add(buffer);