aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-03-17 20:51:09 +0100
committerGitHub <noreply@github.com>2021-03-17 20:51:09 +0100
commit8a5203d3b836497c2c5f157f85008aa8bcb6a1d2 (patch)
tree894b0d2fd5dfdfa0191c26510e25533a8df5e64d /src
parent66fa1c7375e4b3073a16df4678cf1d37446ed20b (diff)
parenta61112aadf58c1578cbdcba32b1582d25ca7ed9b (diff)
Merge pull request #4648 from hercules-ci/remove-unimplemented-hashAlgoOpt
Remove unimplemented hashAlgoOpt
Diffstat (limited to 'src')
-rw-r--r--src/libstore/derivations.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh
index 061d70f69..2df440536 100644
--- a/src/libstore/derivations.hh
+++ b/src/libstore/derivations.hh
@@ -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 */