aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
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();