mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Remove unused variable
This commit is contained in:
parent
70dde8c70c
commit
2c12a6962e
1 changed files with 0 additions and 2 deletions
|
@ -117,8 +117,6 @@ struct CmdBundle : InstallableValueCommand
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
auto outPathS = store->printStorePath(outPath);
|
|
||||||
|
|
||||||
if (!outLink) {
|
if (!outLink) {
|
||||||
auto * attr = vRes->attrs()->get(evalState->sName);
|
auto * attr = vRes->attrs()->get(evalState->sName);
|
||||||
if (!attr)
|
if (!attr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue