Skip to content

Commit 32409dd

Browse files
committed
Remove stray assignment side affect in lambda
This was almost a bug! It wasn't simply because another assignment would clobber it later.
1 parent a0b2b75 commit 32409dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstore/derivation-options.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ DerivationOptions DerivationOptions::fromParsedDerivation(const ParsedDerivation
7070
throw Error("attribute '%s' must be a list of strings", name);
7171
res.insert(j->get<std::string>());
7272
}
73-
checks.disallowedRequisites = res;
7473
return res;
7574
}
7675
return {};

0 commit comments

Comments
 (0)