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

@@ -1590,7 +1590,6 @@ static void MatchRule(Translator *tr, char *word[], char *word_start, int group_

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

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

Loading…
Cancel
Save