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
commit 8a5203d3b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 */