diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-02-24 17:38:38 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-02-26 16:10:54 +0000 |
commit | 553b79f8c980fde70fe186ee4980b2d12e27d756 (patch) | |
tree | 698e3fc769b6fb0777848d865326442b4b713def /src/libstore/build/local-derivation-goal.hh | |
parent | d560311f7643096ce815a7c655a077621abb7d1a (diff) |
Remove unused `redirectedBadOutputs`
Diffstat (limited to 'src/libstore/build/local-derivation-goal.hh')
-rw-r--r-- | src/libstore/build/local-derivation-goal.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/build/local-derivation-goal.hh b/src/libstore/build/local-derivation-goal.hh index a2b386a72..4bbf27a1b 100644 --- a/src/libstore/build/local-derivation-goal.hh +++ b/src/libstore/build/local-derivation-goal.hh @@ -85,11 +85,6 @@ struct LocalDerivationGoal : public DerivationGoal */ OutputPathMap scratchOutputs; - /* If we're repairing without a chroot, there may be outputs that - are valid but corrupt. So we redirect these outputs to - temporary paths. */ - StorePathSet redirectedBadOutputs; - /* Path registration info from the previous round, if we're building multiple times. Since this contains the hash, it allows us to compare whether two rounds produced the same |