mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
libstore: Remove dead PosixSourceAccessor variable in verifyStore
This commit is contained in:
parent
805496657d
commit
19ab65c9d7
1 changed files with 0 additions and 1 deletions
|
|
@ -1385,7 +1385,6 @@ bool LocalStore::verifyStore(bool checkContents, RepairFlag repair)
|
|||
checkInterrupt();
|
||||
auto name = link.path().filename();
|
||||
printMsg(lvlTalkative, "checking contents of %s", name);
|
||||
PosixSourceAccessor accessor;
|
||||
std::string hash = hashPath(
|
||||
PosixSourceAccessor::createAtRoot(link.path()),
|
||||
FileIngestionMethod::NixArchive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue