aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/store-api.cc6
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();
-}
-
-
}