Browse Source

Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build]

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

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

@@ -1110,7 +1110,6 @@ static char *compile_rule(char *input)
}

if (rule_cond[0] != 0) {
ix = -1;
if (rule_cond[0] == '!') {
// allow the rule only if the condition number is NOT set for the voice
ix = atoi(&rule_cond[1]) + 32;

Loading…
Cancel
Save