We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396343f commit 8222646Copy full SHA for 8222646
lldb/source/Core/Progress.cpp
@@ -45,8 +45,7 @@ Progress::~Progress() {
45
// Make sure to always report progress completed when this object is
46
// destructed so it indicates the progress dialog/activity should go away.
47
std::lock_guard<std::mutex> guard(m_mutex);
48
- if (!m_completed)
49
- m_completed = m_total;
+ m_completed = m_total;
50
ReportProgress();
51
52
// Report to the ProgressManager if that subsystem is enabled.
0 commit comments