Skip to content

Commit

Permalink
Wvp::Plugin: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 16, 2024
1 parent c7a4d7a commit c578f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/wvp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ Wvp::Plugin::FeatureSet Wvp::Plugin::process(float const* const* inputBuffers, [
FeatureList fl;
while(blockSize > 0)
{
auto const sampleRate = static_cast<double>(getInputSampleRate());
auto const nextTime = mRanges.upper_bound(mAdvancement);
if(nextTime != mRanges.cend())
{
Expand Down

0 comments on commit c578f3e

Please sign in to comment.