fixup! Separate the instantiation and initialisation of the stores

This commit is contained in:
regnat 2020-09-09 13:25:32 +02:00
parent 35042c9623
commit aa4eac3788

View file

@ -1009,12 +1009,6 @@ Derivation Store::readDerivation(const StorePath & drvPath)
}
}
std::shared_ptr<Config> Store::getConfig()
{
return shared_from_this();
}
}