aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-11 21:16:14 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-11 21:16:14 +0000
commit07e3466eb4e6d259dc328a5aec834d42f8aacb60 (patch)
tree3839ea36636e3411f8d2b4f749e847b627ae25cc /src/libstore/build.cc
parentd0f6e338ddbd4b7e37c2d944c368ca3094619e9f (diff)
Float comment to out describe `gaveUpOnSubstitution` in general
Diffstat (limited to 'src/libstore/build.cc')
-rw-r--r--src/libstore/build.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index b9f79e5b7..1b55b9826 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -1334,11 +1334,10 @@ void DerivationGoal::outputsSubstitutionTried()
gaveUpOnSubstitution();
}
+/* At least one of the output paths could not be
+ produced using a substitute. So we have to build instead. */
void DerivationGoal::gaveUpOnSubstitution()
{
- /* At least one of the output paths could not be
- produced using a substitute. So we have to build instead. */
-
/* Make sure checkPathValidity() from now on checks all
outputs. */
wantedOutputs.clear();