Browse code

Remove unused and uninitialized worker struct var

John Hawthorn authored on 08/01/2017 08:50:19
Showing 1 changed files

... ...
@@ -142,7 +142,6 @@ struct worker {
142 142
 	pthread_t thread_id;
143 143
 	choices_t *choices;
144 144
 	const char *search;
145
-	size_t worker_count;
146 145
 	size_t worker_num;
147 146
 	struct scored_result *results;
148 147
 	size_t available;