Skip to content

Commit 30dbc7e

Browse files
authored
Merge pull request #14563 from NixOS/dead-variable
libstore: Remove dead PosixSourceAccessor variable in verifyStore
2 parents 8054966 + 19ab65c commit 30dbc7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstore/local-store.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,6 @@ bool LocalStore::verifyStore(bool checkContents, RepairFlag repair)
13851385
checkInterrupt();
13861386
auto name = link.path().filename();
13871387
printMsg(lvlTalkative, "checking contents of %s", name);
1388-
PosixSourceAccessor accessor;
13891388
std::string hash = hashPath(
13901389
PosixSourceAccessor::createAtRoot(link.path()),
13911390
FileIngestionMethod::NixArchive,

0 commit comments

Comments
 (0)