Browse Source

code cleanup: remove unused variable markers_used

master
Juho Hiltunen 3 years ago
parent
commit
0577cd90a6
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libespeak-ng/compiledata.c

+ 0
- 4
src/libespeak-ng/compiledata.c View File

@@ -417,8 +417,6 @@ static bool after_if = false;

static char current_fname[80];

static int markers_used[8];

typedef struct {
void *link;
int value;
@@ -2530,8 +2528,6 @@ espeak_ng_CompilePhonemeDataPath(long rate,

error_count = 0;
resample_count = 0;
memset(markers_used, 0, sizeof(markers_used));

f_errors = log;

strncpy0(current_fname, "phonemes", sizeof(current_fname));

Loading…
Cancel
Save