chore: remove premature optimizations

This commit is contained in:
2021-08-02 21:52:12 -05:00
parent 7112cd15e3
commit 4d6fc95130
2 changed files with 0 additions and 12 deletions

View File

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