From 19ab65c9d715b07bdbe4df8ce99e110ef5f1c9ce Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Fri, 14 Nov 2025 04:18:53 +0300 Subject: [PATCH] libstore: Remove dead PosixSourceAccessor variable in verifyStore --- src/libstore/local-store.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index 2c4d546f8..1f945ecf6 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -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,