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

for (h = 0; h <= hmax; h++) for (h = 0; h <= hmax; h++)
htab[h] = 0; htab[h] = 0;


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

Loading…
Cancel
Save