Skip to content

Commit 31c7d66

Browse files
author
huiruan
committed
remove unused variable
1 parent 6919097 commit 31c7d66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FlushRegionCallable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected void doCall() throws Exception {
4949
LOG.debug("Starting region operation on {}", region);
5050
region.startRegionOperation();
5151
try {
52-
long readPt = region.getReadPoint(IsolationLevel.READ_COMMITTED);
5352
HRegion.FlushResult res;
5453
if (columnFamily == null) {
5554
res = region.flush(true);

0 commit comments

Comments
 (0)