Skip to content

Commit e384fe8

Browse files
committed
remove unused code
1 parent 6a27ea7 commit e384fe8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ public class LocationUtil {
218218
private static final int MAX_TABLET_NUMS_EPOCH = Integer.parseInt(System.getProperty("max.table.num.epoch","300"));
219219
private static final int TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD = Integer.parseInt(System.getProperty("table.entry.location.refresh.threshold","0"));
220220

221-
private static final AtomicBoolean DRIVER_LOADED = new AtomicBoolean();
222-
223221
private abstract static class TableEntryRefreshWithPriorityCallback<T> {
224222
abstract T execute(ObServerAddr obServerAddr) throws ObTableEntryRefreshException;
225223
}

0 commit comments

Comments
 (0)