forked from lix-project/lix
Remove unused variable
This commit is contained in:
parent
a7d4f3411e
commit
22c35ea5b8
|
@ -502,7 +502,6 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
|
||||||
|
|
||||||
std::thread serverThread([&]() {
|
std::thread serverThread([&]() {
|
||||||
Sync<std::map<int, std::thread>> connections;
|
Sync<std::map<int, std::thread>> connections;
|
||||||
std::atomic_bool quit = false;
|
|
||||||
|
|
||||||
Finally cleanup([&]() {
|
Finally cleanup([&]() {
|
||||||
debug("GC roots server shutting down");
|
debug("GC roots server shutting down");
|
||||||
|
|
Loading…
Reference in a new issue