diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-10-07T17·20+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-10-07T17·20+0200 |
commit | c663b84573edee2c5ece78f4ee269be73ac3ca35 (patch) | |
tree | 652d8fd54ab1dac920da95390a0727f147c53c7c /src/libstore/binary-cache-store.hh | |
parent | 35db4f65a0f2ccbcaaef719e52b895fa78cad361 (diff) |
Implement generic Store::queryValidPaths()
Diffstat (limited to 'src/libstore/binary-cache-store.hh')
-rw-r--r-- | src/libstore/binary-cache-store.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh index e369abe46d6f..574696cf3a1f 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(); } |