diff --git a/source/SoundTouch/TDStretch.cpp b/source/SoundTouch/TDStretch.cpp index 28f7035..fabf54b 100644 --- a/source/SoundTouch/TDStretch.cpp +++ b/source/SoundTouch/TDStretch.cpp @@ -306,7 +306,6 @@ int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) #pragma omp parallel for for (i = 1; i < seekLength; i ++) { - norm = 0; double corr; // Calculates correlation value for the mixing position corresponding to 'i' #ifdef _OPENMP