1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Remove unused variable

This commit is contained in:
siddhantCodes 2024-08-11 19:18:04 +05:30
parent 70dde8c70c
commit 2c12a6962e

View file

@ -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)