Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing performance regression
  • Loading branch information
coheigea committed Sep 26, 2012
1 parent 84c561c commit 42c2b2f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -93,7 +93,6 @@ public void reset() {
@Override @Override
public void close() throws IOException { public void close() throws IOException {
bufCache.remove(); bufCache.remove();
buf = null;
} }


private void expandSize(int newPos) { private void expandSize(int newPos) {
Expand Down

0 comments on commit 42c2b2f

Please sign in to comment.