mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:18:49 +00:00
Remove unused Iterator.task_result_index_ (c78b289)
This commit is contained in:
@@ -144,7 +144,6 @@ bool IfcGeom::Iterator::initialize() {
|
|||||||
|
|
||||||
task_iterator_ = tasks_.begin();
|
task_iterator_ = tasks_.begin();
|
||||||
|
|
||||||
task_result_index_ = 0;
|
|
||||||
done = 0;
|
done = 0;
|
||||||
total = (int)tasks_.size();
|
total = (int)tasks_.size();
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ namespace IfcGeom {
|
|||||||
std::mutex element_ready_mutex_;
|
std::mutex element_ready_mutex_;
|
||||||
bool task_result_ptr_initialized = false;
|
bool task_result_ptr_initialized = false;
|
||||||
size_t async_elements_returned_ = 0;
|
size_t async_elements_returned_ = 0;
|
||||||
size_t task_result_index_ = 0;
|
|
||||||
|
|
||||||
ifcopenshell::geometry::Settings settings_;
|
ifcopenshell::geometry::Settings settings_;
|
||||||
IfcParse::IfcFile* ifc_file;
|
IfcParse::IfcFile* ifc_file;
|
||||||
|
|||||||
Reference in New Issue
Block a user