提交 d5b7fc18 authored 作者: noelgrandin's avatar noelgrandin

remove dead store (found by FindBugs)

上级 5fb85b9c
......@@ -415,7 +415,6 @@ public class LobStorage {
private int skipSmall(long n) {
if (n > 0 && buffer != null && pos < buffer.length) {
int x = MathUtils.convertLongToInt(Math.min(n, buffer.length - pos));
n -= x;
pos += x;
remainingBytes -= x;
return x;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论