Browse Source

Remove a dead assignment in InterpretPhoneme(synthdata.c) [clang scan-build]

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

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

@@ -844,7 +844,6 @@ void InterpretPhoneme(Translator *tr, int control, PHONEME_LIST *plist, PHONEME_
for (prog = &phoneme_index[ph->program]; end_flag != 1; prog++) {
instn = *prog;
instn2 = (instn >> 8) & 0xf;
or_flag = 0;

switch (instn >> 12)
{

Loading…
Cancel
Save