Browse Source

Remove a dead assignment in PeaksToHarmspect(wavegen.c) [clang scan-build]

master
Reece H. Dunn 9 years ago
parent
commit
0966892fef
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/wavegen.c

+ 0
- 1
src/libespeak-ng/wavegen.c View File

@@ -763,7 +763,6 @@ int PeaksToHarmspect(wavegen_peaks_t *peaks, int pitch, int *htab, int control)
for (h = 0; h <= hmax; h++)
htab[h] = 0;

h = 0;
for (pk = 0; pk <= wvoice->n_harmonic_peaks; pk++) {
p = &peaks[pk];
if ((p->height == 0) || (fp = p->freq) == 0)

Loading…
Cancel
Save