This commit is contained in:
Scott E. Graves 2024-12-22 18:50:27 -06:00
parent f22d96df0c
commit 73a8b2c9fc

View File

@ -286,7 +286,6 @@ auto ring_buffer_open_file::read(std::size_t read_size,
&bytes_read)
? api_error::success
: api_error::os_error;
buffer.resize(bytes_read);
if (result != api_error::success) {
return result;