aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateGlue.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/UpdateGlue.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx
index 52a5802ce..d2e9402bc 100644
--- a/src/UpdateGlue.cxx
+++ b/src/UpdateGlue.cxx
@@ -29,7 +29,6 @@
#include "GlobalEvents.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
-#include "Stats.hxx"
#include "Main.hxx"
#include "Instance.hxx"
#include "system/FatalError.hxx"
@@ -162,8 +161,6 @@ static void update_finished_event(void)
spawn_update_task(std::move(i));
} else {
progress = UPDATE_PROGRESS_IDLE;
-
- stats_invalidate();
}
}