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> connections; - std::atomic_bool quit = false; Finally cleanup([&]() { debug("GC roots server shutting down");