mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
fix Clang warnings
This commit is contained in:
parent
1c78584f41
commit
fdcb481f07
3 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue