Minor, remove the no longer needed comment on test-multithread
This commit is contained in:
parent
90a0f9fa0c
commit
e88009a93f
|
@ -78,7 +78,7 @@ int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
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));
|
pthread_t *threads = calloc (num_threads, sizeof (pthread_t));
|
||||||
hb_buffer_t **buffers = calloc (num_threads, sizeof (hb_buffer_t *));
|
hb_buffer_t **buffers = calloc (num_threads, sizeof (hb_buffer_t *));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue