diff --git a/tasks/task_manager.hh b/tasks/task_manager.hh index cf3dc71a43..561ee1097c 100644 --- a/tasks/task_manager.hh +++ b/tasks/task_manager.hh @@ -107,7 +107,6 @@ public: class impl { protected: status _status; - progress _progress; // Reliable only for tasks with no descendants. task_id _parent_id; foreign_task_vector _children; shared_promise<> _done;