Browse Source

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

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

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

@@ -1023,8 +1023,6 @@ static char *compile_rule(char *input)
p = buf;

for (ix = 0; finish == 0; ix++) {
c = input[ix];

switch (c = input[ix])
{
case ')': // end of prefix section

Loading…
Cancel
Save