diff options
author | regnat <rg@regnat.ovh> | 2020-09-14 11:18:45 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2020-09-16 13:53:09 +0200 |
commit | f24f0888f93b0881e2cefa1ceb4c8fc187c94f21 (patch) | |
tree | 96fcee3673c2486383267f13c53f090d660ddc1c /src/libstore/local-binary-cache-store.cc | |
parent | d65962db4d5c1a2c8f456e3ae6bb789eb3a1e744 (diff) |
Document the new store hierarchy
Diffstat (limited to 'src/libstore/local-binary-cache-store.cc')
-rw-r--r-- | src/libstore/local-binary-cache-store.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/local-binary-cache-store.cc b/src/libstore/local-binary-cache-store.cc index 4d11e0f2a..b893befbc 100644 --- a/src/libstore/local-binary-cache-store.cc +++ b/src/libstore/local-binary-cache-store.cc @@ -22,8 +22,6 @@ public: const Path & binaryCacheDir, const Params & params) : StoreConfig(params) - , BinaryCacheStoreConfig(params) - , LocalBinaryCacheStoreConfig(params) , BinaryCacheStore(params) , binaryCacheDir(binaryCacheDir) { |