diff options
Diffstat (limited to 'nix/libstore/store-api.cc')
-rw-r--r-- | nix/libstore/store-api.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/libstore/store-api.cc b/nix/libstore/store-api.cc index 0de0b6b298..e3a8ac0995 100644 --- a/nix/libstore/store-api.cc +++ b/nix/libstore/store-api.cc @@ -277,10 +277,4 @@ namespace nix { std::shared_ptr<StoreAPI> store; -std::shared_ptr<StoreAPI> openStore(bool reserveSpace) -{ - return std::shared_ptr<StoreAPI>(new LocalStore(reserveSpace)); -} - - } |