Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused code
  • Loading branch information
xerial committed Jan 4, 2016
commit 0d78ca7d10e97b25c869d64d119f0eb8f2f2e05c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ public String unpackString()
int bufferRemaining = buffer.size() - position;
if (bufferRemaining >= rawRemaining) {
decodeStringBuffer.append(decodeStringFastPath(rawRemaining));
rawRemaining = 0;
break;
}
else if (bufferRemaining == 0) {
Expand Down