Browse Source

Remove a dead assignment in MatchRule(dictionary.c) [clang scan-build]

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

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



total_consumed = 0; total_consumed = 0;
common_phonemes = NULL; common_phonemes = NULL;
match_type = 0;


best.points = 0; best.points = 0;
best.phonemes = ""; best.phonemes = "";

Loading…
Cancel
Save