fix Clang warnings

This commit is contained in:
oltolm 2023-11-28 21:25:49 +01:00 committed by Megamouse
parent 1c78584f41
commit fdcb481f07
3 changed files with 6 additions and 6 deletions

View file

@ -658,9 +658,6 @@ void compressed_serialization_file_handler::file_writer_thread_op()
{
compressed_stream_data& stream = *m_stream;
// Data recheck after an abort request is detected so there will not be any missed data
bool rechecked = false;
while (true)
{
stream.m_queued_data_to_write.wait();