mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Remove unused variable
This commit is contained in:
parent
a7d4f3411e
commit
22c35ea5b8
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue