cleanup
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user