mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
Remove unneeded constructor for DerivationOutputHash
This commit is contained in:
parent
b90cac3bad
commit
fb39a5e00c
@ -16,10 +16,6 @@ namespace nix {
|
||||
struct DerivationOutputHash {
|
||||
FileIngestionMethod method;
|
||||
Hash hash;
|
||||
DerivationOutputHash(FileIngestionMethod method, Hash hash)
|
||||
: method(std::move(method))
|
||||
, hash(std::move(hash))
|
||||
{ }
|
||||
std::string printMethodAlgo() const;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user