Browse Source

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

master
Reece H. Dunn 9 years ago
parent
commit
e815f46ff3
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

@@ -1692,7 +1692,6 @@ static void MatchRule(Translator *tr, char *word[], char *word_start, int group_
{
case 0:
// match and consume this letter
last_letter = letter;
letter = *post_ptr++;

if ((letter == rb) || ((letter == (unsigned char)REPLACED_E) && (rb == 'e'))) {

Loading…
Cancel
Save