mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-15 22:56:43 +00:00
Remove double-setting of thread task list
This commit is contained in:
parent
a64913c989
commit
b897712a10
1
tile.cc
1
tile.cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user