1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 14:53:16 +02:00

Remove expectedETag assert in tarball.cc

This commit is contained in:
Matthew Bauer 2021-01-22 23:19:52 -06:00
parent a766824660
commit 1ea5f0b66c

View file

@ -64,7 +64,6 @@ DownloadFileResult downloadFile(
if (res.cached) { if (res.cached) {
assert(cached); assert(cached);
assert(request.expectedETag == res.etag);
storePath = std::move(cached->storePath); storePath = std::move(cached->storePath);
} else { } else {
StringSink sink; StringSink sink;