Merge pull request #4648 from hercules-ci/remove-unimplemented-hashAlgoOpt

Remove unimplemented hashAlgoOpt
This commit is contained in:
Eelco Dolstra
2021-03-17 20:51:09 +01:00
committed by GitHub
+1 -1
View File
@@ -52,7 +52,7 @@ struct DerivationOutput
DerivationOutputCAFloating,
DerivationOutputDeferred
> output;
std::optional<HashType> hashAlgoOpt(const Store & store) const;
/* Note, when you use this function you should make sure that you're passing
the right derivation name. When in doubt, you should use the safer
interface provided by BasicDerivation::outputsAndOptPaths */