Skip to content

Commit

Permalink
sample: remove
Browse files Browse the repository at this point in the history
Unnecessary, over-engineered.
  • Loading branch information
phip1611 committed Apr 28, 2024
1 parent a0948f9 commit 8c9cd0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 251 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ mod envelope_iterator;
mod max_min_iterator;
mod root_iterator;

// Probably unneeded.
// mod sample;

/// PRIVATE. For tests and helper binaries.
#[cfg(test)]
mod test_utils;
Expand All @@ -100,7 +97,6 @@ pub use audio_input::AudioInput;
use envelope_iterator::EnvelopeIterator;
use max_min_iterator::MaxMinIterator;
use root_iterator::RootIterator;
// use sample::Sample;

#[cfg(test)]
mod tests {
Expand Down
247 changes: 0 additions & 247 deletions src/sample.rs

This file was deleted.

0 comments on commit 8c9cd0a

Please sign in to comment.