aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-11-27 11:52:36 +0100
committerGitHub Enterprise <[email protected]>2025-11-27 11:52:36 +0100
commit81a1ce25cd7a68c579f66a2601ed2aa2313c5efc (patch)
tree563da19589f54ab4ede6ccb9534450a37247bbd1 /src
parentfix stream decompress (#668) (diff)
downloadzen-81a1ce25cd7a68c579f66a2601ed2aa2313c5efc.tar.xz
zen-81a1ce25cd7a68c579f66a2601ed2aa2313c5efc.zip
remove bad assert (#670)
Diffstat (limited to 'src')
-rw-r--r--src/zenremotestore/builds/buildstorageoperations.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zenremotestore/builds/buildstorageoperations.cpp b/src/zenremotestore/builds/buildstorageoperations.cpp
index 92017e98d..76f36a921 100644
--- a/src/zenremotestore/builds/buildstorageoperations.cpp
+++ b/src/zenremotestore/builds/buildstorageoperations.cpp
@@ -1103,10 +1103,6 @@ BuildsOperationUpdateFolder::Execute(FolderContent& OutLocalFolderState)
NeededBlockChunkIndexes.push_back(ChunkBlockIndex);
}
}
- else
- {
- ZEN_ASSERT(!RemoteChunkIndexNeedsCopyFromSourceFlags[RemoteChunkIndex]);
- }
}
else
{