aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/binary-cache-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-13 17:37:44 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-13 18:31:19 +0200
commit545bb2ed03001cd7a80a90f73eb500f396c043a1 (patch)
tree88b32b1885f848788fb3695b7f5dcb1fc68f14d6 /src/libstore/binary-cache-store.hh
parent0a9da00a10fa27a3e3b98439cb0a7d5e79135b58 (diff)
Remove 'accessor' from addToStore()
This is only used by hydra-queue-runner and it's better to implement it there.
Diffstat (limited to 'src/libstore/binary-cache-store.hh')
-rw-r--r--src/libstore/binary-cache-store.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh
index 4f0379533..2bf8d56b4 100644
--- a/src/libstore/binary-cache-store.hh
+++ b/src/libstore/binary-cache-store.hh
@@ -79,8 +79,7 @@ public:
{ unsupported("queryPathFromHashPart"); }
void addToStore(const ValidPathInfo & info, Source & narSource,
- RepairFlag repair, CheckSigsFlag checkSigs,
- std::shared_ptr<FSAccessor> accessor) override;
+ RepairFlag repair, CheckSigsFlag checkSigs) override;
StorePath addToStore(const string & name, const Path & srcPath,
FileIngestionMethod method, HashType hashAlgo,