Browse Source

Remove commented code.

master
Rui Batista 8 years ago
parent
commit
b7a42e19a7
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/libespeak-ng/fifo.c

+ 0
- 3
src/libespeak-ng/fifo.c View File

@@ -309,11 +309,8 @@ static void *say_thread(void *p)
my_command_is_running = 1;

assert(-1 != pthread_cond_broadcast(&my_cond_command_is_running));
//assert(-1 != pthread_mutex_unlock(&my_mutex));

while (my_command_is_running) {
//int a_status = pthread_mutex_lock(&my_mutex);
//assert(!a_status);
t_espeak_command *a_command = (t_espeak_command *)pop();

if (a_command == NULL) {

Loading…
Cancel
Save