forked from lix-project/lix
Remove unneeded constructor for DerivationOutputHash
This commit is contained in:
parent
b90cac3bad
commit
fb39a5e00c
|
@ -16,10 +16,6 @@ namespace nix {
|
||||||
struct DerivationOutputHash {
|
struct DerivationOutputHash {
|
||||||
FileIngestionMethod method;
|
FileIngestionMethod method;
|
||||||
Hash hash;
|
Hash hash;
|
||||||
DerivationOutputHash(FileIngestionMethod method, Hash hash)
|
|
||||||
: method(std::move(method))
|
|
||||||
, hash(std::move(hash))
|
|
||||||
{ }
|
|
||||||
std::string printMethodAlgo() const;
|
std::string printMethodAlgo() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue