From 7b37bddcd7a0d268922fe1729aacee25f0f6eae3 Mon Sep 17 00:00:00 2001 From: Sema Checherinda Date: Mon, 18 Nov 2024 17:15:26 +0100 Subject: [PATCH] fix test --- src/Coordination/Changelog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Coordination/Changelog.cpp b/src/Coordination/Changelog.cpp index cac4ca755f8..4f87f43a11f 100644 --- a/src/Coordination/Changelog.cpp +++ b/src/Coordination/Changelog.cpp @@ -399,8 +399,6 @@ private: void cancelCurrentFile() { - chassert(!prealloc_done); - if (compressed_buffer) compressed_buffer->cancel();