diff --git a/source/wvp.cpp b/source/wvp.cpp index 6c50e1c..acc7f23 100644 --- a/source/wvp.cpp +++ b/source/wvp.cpp @@ -483,7 +483,6 @@ Wvp::Plugin::FeatureSet Wvp::Plugin::process(float const* const* inputBuffers, [ FeatureList fl; while(blockSize > 0) { - auto const sampleRate = static_cast(getInputSampleRate()); auto const nextTime = mRanges.upper_bound(mAdvancement); if(nextTime != mRanges.cend()) {