diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index a226e0110..ee36428af 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -424,8 +424,6 @@ static void canonicalisePathMetaData_(const Path & path, uid_t fromUid, InodesSe for (auto & eaName: tokenizeString(std::string(eaBuf.data(), eaSize), std::string("\000", 1))) if (lremovexattr(path.c_str(), eaName.c_str()) == -1) throw SysError("removing extended attribute ā€˜%sā€™ from ā€˜%sā€™", eaName, path); - - assert(llistxattr(path.c_str(), nullptr, 0) == 0); } #endif