Remove unused variable

This commit is contained in:
Eelco Dolstra 2021-10-28 20:57:36 +02:00
parent a7d4f3411e
commit 22c35ea5b8

View file

@ -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");