Remove unused outputHashes
variable
This looks like a stray copy paste.
This commit is contained in:
parent
9ba4417940
commit
8046ec2668
|
@ -192,7 +192,6 @@ static StorePaths reverseTopoSortPaths(const std::map<StorePath, ValidPathInfo>
|
||||||
BasicDerivation inlineInputDerivations(Store & store, Derivation & drv, const StorePath & drvPath)
|
BasicDerivation inlineInputDerivations(Store & store, Derivation & drv, const StorePath & drvPath)
|
||||||
{
|
{
|
||||||
BasicDerivation ret;
|
BasicDerivation ret;
|
||||||
auto outputHashes = staticOutputHashes(store, drv);
|
|
||||||
if (!drv.type().hasKnownOutputPaths()) {
|
if (!drv.type().hasKnownOutputPaths()) {
|
||||||
auto maybeBasicDrv = drv.tryResolve(store);
|
auto maybeBasicDrv = drv.tryResolve(store);
|
||||||
if (!maybeBasicDrv)
|
if (!maybeBasicDrv)
|
||||||
|
|
Loading…
Reference in a new issue