mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Removed unused method.
This commit is contained in:
parent
f62305b5a5
commit
22cea067d7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user