Minor, remove the no longer needed comment on test-multithread

This commit is contained in:
Ebrahim Byagowi 2018-09-26 22:53:02 +03:30 committed by GitHub
parent 90a0f9fa0c
commit e88009a93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int
main (int argc, char **argv)
{
int i;
int num_threads = 30; // FIXME: Increase this and fix the issue
int num_threads = 30;
pthread_t *threads = calloc (num_threads, sizeof (pthread_t));
hb_buffer_t **buffers = calloc (num_threads, sizeof (hb_buffer_t *));