diff --git a/lix/libstore/local-store.cc b/lix/libstore/local-store.cc index 06fad5376..cb4ca3e84 100644 --- a/lix/libstore/local-store.cc +++ b/lix/libstore/local-store.cc @@ -1585,8 +1585,6 @@ kj::Promise> LocalStore::verifyPath( bool & errors ) try { - checkInterrupt(); - if (!done.insert(path).second) co_return result::success(); if (!storePathsInStoreDir.count(path)) { @@ -1628,7 +1626,6 @@ try { co_return result::current_exception(); } - kj::Promise> LocalStore::getProtocol() { return {result::success(PROTOCOL_VERSION)};