Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Nov 12, 2024
1 parent 774aeb6 commit d649efc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/meta/src/barrier/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,4 @@ impl GlobalBarrierWorkerContextImpl {
pub(super) fn status(&self) -> Arc<ArcSwap<BarrierManagerStatus>> {
self.status.clone()
}

pub(super) fn hummock_manager(&self) -> &HummockManagerRef {
&self.hummock_manager
}
}

0 comments on commit d649efc

Please sign in to comment.