Skip to content

Commit

Permalink
Remove unused outputHashes variable
Browse files Browse the repository at this point in the history
This looks like a stray copy paste.
  • Loading branch information
Ericson2314 committed Dec 4, 2023
1 parent 9ba4417 commit 8046ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hydra-queue-runner/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ static StorePaths reverseTopoSortPaths(const std::map<StorePath, ValidPathInfo>
BasicDerivation inlineInputDerivations(Store & store, Derivation & drv, const StorePath & drvPath)
{
BasicDerivation ret;
auto outputHashes = staticOutputHashes(store, drv);
if (!drv.type().hasKnownOutputPaths()) {
auto maybeBasicDrv = drv.tryResolve(store);
if (!maybeBasicDrv)
Expand Down

0 comments on commit 8046ec2

Please sign in to comment.