mirror of https://github.com/tikv/client-java.git
Removed unused variable
This commit is contained in:
parent
3fa6eabe16
commit
19b487a34d
|
@ -117,7 +117,6 @@ public class ScanSpec {
|
|||
break;
|
||||
}
|
||||
pushedPredicates.addAll(predicates);
|
||||
TiColumnInfo tiColumnInfo = table.getColumn(indexColumn.getOffset());
|
||||
points.add(mergeCNFExpressions(predicates));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue