forked from boostorg/beast
Fix unused variable warning in multi_buffer
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
@@ -4,6 +4,7 @@ Version 264:
|
||||
* Fix unused variable warnings in tests
|
||||
* Fix missing initializer warning in `basic_fields`
|
||||
* Remove unused functions in `impl/static_string.hpp`
|
||||
* Fix unused variable warning in `multi_buffer`
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -956,7 +956,6 @@ consume(size_type n) noexcept
|
||||
{
|
||||
if(list_.empty())
|
||||
return;
|
||||
auto a = rebind_type{this->get()};
|
||||
for(;;)
|
||||
{
|
||||
if(list_.begin() != out_)
|
||||
|
Reference in New Issue
Block a user