From e88009a93f5d13ed31b6262f928761e9574dcef1 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 26 Sep 2018 22:53:02 +0330 Subject: [PATCH] Minor, remove the no longer needed comment on test-multithread --- test/api/test-multithread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/test-multithread.c b/test/api/test-multithread.c index b9bcdf868..4570da125 100644 --- a/test/api/test-multithread.c +++ b/test/api/test-multithread.c @@ -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 *));