Skip to content

Commit

Permalink
fix(build): Removed unused m_update_check_finished
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed May 28, 2024
1 parent 9b10d3f commit bb53655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/UpdateChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ UpdateChecker::UpdateChecker()

void UpdateChecker::trigger_check()
{
m_update_check_finished = false;
m_latest_version_written = false;
std::thread([this] {
using namespace std::chrono_literals;
Expand Down
1 change: 0 additions & 1 deletion src/UpdateChecker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ struct UpdateChecker
CheckResult get_latest_version() const;

private:
[[maybe_unused]] bool m_update_check_finished = false;
CheckResult m_latest_version_result = {};
std::atomic_bool m_latest_version_written;
};
Expand Down

0 comments on commit bb53655

Please sign in to comment.