1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

BinaryCacheStore::queryPathInfo: Don't check signatures

Other stores don't do this either. It's up to the caller to check
signatures.
This commit is contained in:
Eelco Dolstra 2016-04-29 16:28:57 +02:00
parent 95d20dfde9
commit f6aee2f477
2 changed files with 1 additions and 10 deletions

View file

@ -16,7 +16,6 @@ class BinaryCacheStore : public Store
private:
std::unique_ptr<SecretKey> secretKey;
std::unique_ptr<PublicKeys> publicKeys;
std::shared_ptr<Store> localStore;