forked from lix-project/lix
fixup! Separate the instantiation and initialisation of the stores
This commit is contained in:
parent
35042c9623
commit
aa4eac3788
|
@ -1009,12 +1009,6 @@ Derivation Store::readDerivation(const StorePath & drvPath)
|
|||
}
|
||||
}
|
||||
|
||||
std::shared_ptr<Config> Store::getConfig()
|
||||
{
|
||||
return shared_from_this();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue