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

for (prog = &phoneme_index[ph->program]; end_flag != 1; prog++) { for (prog = &phoneme_index[ph->program]; end_flag != 1; prog++) {
instn = *prog; instn = *prog;
instn2 = (instn >> 8) & 0xf; instn2 = (instn >> 8) & 0xf;
or_flag = 0;


switch (instn >> 12) switch (instn >> 12)
{ {

Loading…
Cancel
Save