1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 00:51:47 +02:00

Remove gc-check-reachability

This commit is contained in:
Eelco Dolstra 2020-09-03 11:30:15 +02:00
parent 82b77a7726
commit 8a945d6ddb
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 0 additions and 20 deletions

View file

@ -293,10 +293,6 @@ public:
Setting<unsigned int> pollInterval{this, 5, "build-poll-interval",
"How often (in seconds) to poll for locks."};
Setting<bool> checkRootReachability{this, false, "gc-check-reachability",
"Whether to check if new GC roots can in fact be found by the "
"garbage collector."};
Setting<bool> gcKeepOutputs{
this, false, "keep-outputs",
R"(