Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
fengys1996 committed Nov 15, 2023
1 parent 3676477 commit e485dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meta-srv/src/selector/load_based.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use crate::selector::common::choose_peers;
use crate::selector::weight_compute::{RegionNumsBasedWeightCompute, WeightCompute};
use crate::selector::weighted_choose::{RandomWeightedChoose, WeightedChoose};
use crate::selector::{Namespace, Selector, SelectorOptions};
// use crate::service::store::kv::KvBackendAdapter;

pub struct LoadBasedSelector<W, C> {
weighted_choose: RwLock<W>,
Expand Down

0 comments on commit e485dd8

Please sign in to comment.