Remove double-setting of thread task list

This commit is contained in:
Eric Fischer 2015-07-23 16:24:50 -07:00
parent a64913c989
commit b897712a10

@ -994,7 +994,6 @@ int traverse_zooms(int *geomfd, off_t *geom_size, char *metabase, char *stringpo
for (thread = 0; thread < threads; thread++) {
write_tile_args args;
args.tasks = tasks;
args.metabase = metabase;
args.stringpool = stringpool;
args.file_bbox = file_bbox; // XXX locking