forked from lix-project/lix
BuildResult: Remove unused drvPath field
This commit is contained in:
parent
1c1a7074da
commit
4d98143914
|
@ -67,8 +67,8 @@ struct BuildResult
|
||||||
/* The derivation we built or the store path we substituted. */
|
/* The derivation we built or the store path we substituted. */
|
||||||
DerivedPath path;
|
DerivedPath path;
|
||||||
|
|
||||||
/* For derivations, the derivation path and the wanted outputs. */
|
/* For derivations, a mapping from the names of the wanted outputs
|
||||||
std::optional<StorePath> drvPath;
|
to actual paths. */
|
||||||
DrvOutputs builtOutputs;
|
DrvOutputs builtOutputs;
|
||||||
|
|
||||||
/* The start/stop times of the build (or one of the rounds, if it
|
/* The start/stop times of the build (or one of the rounds, if it
|
||||||
|
|
|
@ -1324,7 +1324,6 @@ void DerivationGoal::done(
|
||||||
DrvOutputs builtOutputs,
|
DrvOutputs builtOutputs,
|
||||||
std::optional<Error> ex)
|
std::optional<Error> ex)
|
||||||
{
|
{
|
||||||
buildResult.drvPath = drvPath;
|
|
||||||
buildResult.status = status;
|
buildResult.status = status;
|
||||||
if (ex)
|
if (ex)
|
||||||
// FIXME: strip: "error: "
|
// FIXME: strip: "error: "
|
||||||
|
|
Loading…
Reference in a new issue