fix(bus): remove dead code

This commit is contained in:
2021-08-14 15:02:25 -05:00
parent 79be38a1e6
commit 16c2dd81fc
2 changed files with 1 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ impl<T> SampleProducer<T> {
self.inner.push(value)
}
#[allow(dead_code)]
pub(crate) fn available(&self) -> bool {
self.inner.slots() > 2
}