mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
BinaryCacheStore: Remove buildPaths() / ensurePath()
This commit is contained in:
parent
d593625d05
commit
3be2e71ab3
6 changed files with 20 additions and 83 deletions
|
@ -10,9 +10,8 @@ class S3BinaryCacheStore : public BinaryCacheStore
|
|||
{
|
||||
protected:
|
||||
|
||||
S3BinaryCacheStore(std::shared_ptr<Store> localStore,
|
||||
const StoreParams & params)
|
||||
: BinaryCacheStore(localStore, params)
|
||||
S3BinaryCacheStore(const StoreParams & params)
|
||||
: BinaryCacheStore(params)
|
||||
{ }
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue