Skip to content

Commit 52e34e2

Browse files
committed
stream: ClientPool remove unused func
1 parent d2992c4 commit 52e34e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

stream/src/client/pool.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ impl<F: ClientFacts, P: ClientTransport> ClientPoolInner<F, P> {
166166
self.worker_count.load(SeqCst)
167167
}
168168

169-
#[inline(always)]
170-
fn get_healthy_workers(&self) -> usize {
171-
self.connected_worker_count.load(SeqCst)
172-
}
169+
// #[inline(always)]
170+
// fn get_healthy_workers(&self) -> usize {
171+
// self.connected_worker_count.load(SeqCst)
172+
// }
173173

174174
#[inline(always)]
175175
fn set_err(&self) {

0 commit comments

Comments
 (0)