mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 05:02:29 +00:00
removed unused param
[SVN r28195]
This commit is contained in:
@@ -358,7 +358,7 @@ zlib_decompressor_impl<Alloc>::zlib_decompressor_impl(int window_bits)
|
||||
template<typename Alloc>
|
||||
bool zlib_decompressor_impl<Alloc>::filter
|
||||
( const char*& src_begin, const char* src_end,
|
||||
char*& dest_begin, char* dest_end, bool flush )
|
||||
char*& dest_begin, char* dest_end, bool /* flush */ )
|
||||
{
|
||||
before(src_begin, src_end, dest_begin, dest_end);
|
||||
int result = inflate(zlib::no_flush);
|
||||
|
||||
Reference in New Issue
Block a user