diff options
Diffstat (limited to 'src/libstore/ssh-store.cc')
-rw-r--r-- | src/libstore/ssh-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/ssh-store.cc b/src/libstore/ssh-store.cc index 02208ee82..8177a95b0 100644 --- a/src/libstore/ssh-store.cc +++ b/src/libstore/ssh-store.cc @@ -76,6 +76,6 @@ ref<RemoteStore::Connection> SSHStore::openConnection() return conn; } -[[maybe_unused]] static RegisterStoreImplementation<SSHStore> regStore(); +static RegisterStoreImplementation<SSHStore> regStore; } |