mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
Remove redundant code after end of endless for loop.
[SVN r34487]
This commit is contained in:
@@ -87,9 +87,6 @@ std::size_t read(Sync_Read_Stream& s,
|
||||
return total_transferred;
|
||||
}
|
||||
}
|
||||
typename Sync_Read_Stream::error_type e;
|
||||
error_handler(e);
|
||||
return total_transferred;
|
||||
}
|
||||
|
||||
template <typename Sync_Read_Stream, typename Allocator>
|
||||
|
||||
Reference in New Issue
Block a user