removed incorrect burnout log after all coders were done

This commit is contained in:
Semere M. Mebrahtom 2026-03-26 13:58:01 +01:00
parent b171edf043
commit 6772407a3c
Signed by: semere
GPG key ID: 7FC937214DF30488
3 changed files with 18 additions and 11 deletions

View file

@ -49,7 +49,7 @@ typedef struct s_coder
long last_compile;
int compiles_done;
t_state *state;
pthread_mutex_t last_mutex;
pthread_mutex_t info_mutex;
} t_coder;
typedef struct s_state