Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/Buffer.java @ 1042:a62193321d6a
remove Buffer.reset()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 04 Nov 2016 01:03:25 -0600 |
parents | 35e3c864d7a7 |
children | ae1c92957739 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Buffer.java Fri Nov 04 00:47:23 2016 -0600 +++ b/src/org/eclipse/jetty/io/Buffer.java Fri Nov 04 01:03:25 2016 -0600 @@ -231,11 +231,6 @@ int putIndex(); /** - * Reset the current getIndex to the mark - */ - void reset(); - - /** * Set the buffers start getIndex. * @param newStart an <code>int</code> value */