diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-10-21T16·09+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-10-21T16·09+0200 |
commit | fdbbcc44924cb4d9028fa68b2f7d423fb5d8670f (patch) | |
tree | e2d5e7ef799cd558d10ab25e05efe8d15728fc2a /src/libstore/remote-store.cc | |
parent | 542ae5c8f804b704101f9d27bd8b2aa62ded899c (diff) |
Remove addPathToAccessor
Diffstat (limited to 'src/libstore/remote-store.cc')
-rw-r--r-- | src/libstore/remote-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc index de51716db2ef..7a041c6e0ad5 100644 --- a/src/libstore/remote-store.cc +++ b/src/libstore/remote-store.cc @@ -333,7 +333,7 @@ Path RemoteStore::queryPathFromHashPart(const string & hashPart) void RemoteStore::addToStore(const ValidPathInfo & info, const ref<std::string> & nar, - bool repair, bool dontCheckSigs) + bool repair, bool dontCheckSigs, std::shared_ptr<FSAccessor> accessor) { throw Error("RemoteStore::addToStore() not implemented"); } |