Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
huiruan committed Jun 4, 2023
1 parent 6919097 commit 31c7d66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ protected void doCall() throws Exception {
LOG.debug("Starting region operation on {}", region);
region.startRegionOperation();
try {
long readPt = region.getReadPoint(IsolationLevel.READ_COMMITTED);
HRegion.FlushResult res;
if (columnFamily == null) {
res = region.flush(true);
Expand Down

0 comments on commit 31c7d66

Please sign in to comment.