Remove unused narInfoFile in binary-cache-store

This commit is contained in:
Matthew Bauer 2020-06-17 13:27:10 -04:00
parent f767bedfac
commit 22d7d36703

View file

@ -388,8 +388,6 @@ void BinaryCacheStore::addSignatures(const StorePath & storePath, const StringSe
narInfo->sigs.insert(sigs.begin(), sigs.end());
auto narInfoFile = narInfoFileFor(narInfo->path);
writeNarInfo(narInfo);
}