diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/store-api.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index e14f361bd..831d4f30f 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -1009,12 +1009,6 @@ Derivation Store::readDerivation(const StorePath & drvPath) } } -std::shared_ptr<Config> Store::getConfig() -{ - return shared_from_this(); -} - - } |