aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-09-03 11:30:15 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-09-03 11:30:15 +0200
commit8a945d6ddb0676b454458e6fe0e9ea6f8b4b5659 (patch)
treedb4113eecbf4ad9577d47011bda78c10820a5dd3 /src/libstore/globals.hh
parent82b77a77262c414044fffc7ad8b955ad91827995 (diff)
Remove gc-check-reachability
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index ab9f42ce6..8a2d3ff75 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -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"(