Browse Source

Remove a dead assignment in ProcessSsmlTag(readclause.c) [clang scan-build]

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

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

@@ -1690,7 +1690,6 @@ static int ProcessSsmlTag(wchar_t *xml_buf, char *outbuf, int *outix, int n_outb
}

voice_change_flag = 0;
terminator = CLAUSE_NONE;
ssml_sp = &ssml_stack[n_ssml_stack-1];

switch (tag_type)

Loading…
Cancel
Save