diff options
| author | Dan Engelbrecht <[email protected]> | 2025-11-27 11:52:36 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-11-27 11:52:36 +0100 |
| commit | 81a1ce25cd7a68c579f66a2601ed2aa2313c5efc (patch) | |
| tree | 563da19589f54ab4ede6ccb9534450a37247bbd1 /src | |
| parent | fix stream decompress (#668) (diff) | |
| download | zen-81a1ce25cd7a68c579f66a2601ed2aa2313c5efc.tar.xz zen-81a1ce25cd7a68c579f66a2601ed2aa2313c5efc.zip | |
remove bad assert (#670)
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenremotestore/builds/buildstorageoperations.cpp | 4 |
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 { |