diff options
-rw-r--r-- | src/thread-pool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread-pool.c b/src/thread-pool.c index 3a39f1ca..6705aa18 100644 --- a/src/thread-pool.c +++ b/src/thread-pool.c @@ -227,7 +227,6 @@ int run_threads(int n_threads, void (*work)(void *, int), q.n_cookies = n_threads; q.cookies = malloc(q.n_cookies * sizeof(int)); - for ( i=0; i<n_threads; i++ ) { q.cookies[i] = 0; } |