mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
BuildResult: Remove unused drvPath field
This commit is contained in:
parent
1c1a7074da
commit
4d98143914
2 changed files with 2 additions and 3 deletions
|
|
@ -1324,7 +1324,6 @@ void DerivationGoal::done(
|
|||
DrvOutputs builtOutputs,
|
||||
std::optional<Error> ex)
|
||||
{
|
||||
buildResult.drvPath = drvPath;
|
||||
buildResult.status = status;
|
||||
if (ex)
|
||||
// FIXME: strip: "error: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue