aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/binary-cache-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-10-07 19:20:47 +0200
committerEelco Dolstra <edolstra@gmail.com>2016-10-07 19:20:47 +0200
commitc663b84573edee2c5ece78f4ee269be73ac3ca35 (patch)
tree652d8fd54ab1dac920da95390a0727f147c53c7c /src/libstore/binary-cache-store.hh
parent35db4f65a0f2ccbcaaef719e52b895fa78cad361 (diff)
Implement generic Store::queryValidPaths()
Diffstat (limited to 'src/libstore/binary-cache-store.hh')
-rw-r--r--src/libstore/binary-cache-store.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh
index e369abe46..574696cf3 100644
--- a/src/libstore/binary-cache-store.hh
+++ b/src/libstore/binary-cache-store.hh
@@ -54,9 +54,6 @@ public:
bool isValidPathUncached(const Path & path) override;
- PathSet queryValidPaths(const PathSet & paths) override
- { notImpl(); }
-
PathSet queryAllValidPaths() override
{ notImpl(); }