Remove unused variable

This commit is contained in:
Eelco Dolstra
2021-10-28 22:51:11 +02:00
parent a7d4f3411e
commit 22c35ea5b8
-1
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");