aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2020-09-14 11:18:45 +0200
committerregnat <rg@regnat.ovh>2020-09-16 13:53:09 +0200
commitf24f0888f93b0881e2cefa1ceb4c8fc187c94f21 (patch)
tree96fcee3673c2486383267f13c53f090d660ddc1c /src/libstore/ssh-store.cc
parentd65962db4d5c1a2c8f456e3ae6bb789eb3a1e744 (diff)
Document the new store hierarchy
Diffstat (limited to 'src/libstore/ssh-store.cc')
-rw-r--r--src/libstore/ssh-store.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/ssh-store.cc b/src/libstore/ssh-store.cc
index 13265e127..fac251d8f 100644
--- a/src/libstore/ssh-store.cc
+++ b/src/libstore/ssh-store.cc
@@ -25,9 +25,7 @@ public:
SSHStore([[maybe_unused]] const std::string & scheme, const std::string & host, const Params & params)
: StoreConfig(params)
, Store(params)
- , RemoteStoreConfig(params)
, RemoteStore(params)
- , SSHStoreConfig(params)
, host(host)
, master(
host,