Remove unused outputHashes variable

This looks like a stray copy paste.
This commit is contained in:
John Ericson 2023-12-04 16:21:56 -05:00
parent 9ba4417940
commit 8046ec2668

View file

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