Browse Source

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

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

@@ -580,7 +580,6 @@ static int compile_line(char *linebuf, char *dict_line, int *hash)
int c2;

all_upper_case = 1;
p = word;
for (p = word;;) {
// this assumes that the lower case char is the same length as the upper case char
// OK, except for Turkish "I", but use towlower() rather than towlower2()

Loading…
Cancel
Save