aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/gc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc
index 5e8cbf8fc..13412e504 100644
--- a/src/libstore/gc.cc
+++ b/src/libstore/gc.cc
@@ -502,7 +502,6 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
std::thread serverThread([&]() {
Sync<std::map<int, std::thread>> connections;
- std::atomic_bool quit = false;
Finally cleanup([&]() {
debug("GC roots server shutting down");