mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
Remove unused enum
This commit is contained in:
@@ -78,10 +78,6 @@ struct stream<NextLayer, deflateSupported>::impl_type
|
|||||||
saved_handler paused_r_rd; // paused read op (async read)
|
saved_handler paused_r_rd; // paused read op (async read)
|
||||||
saved_handler paused_r_close; // paused close op (async read)
|
saved_handler paused_r_close; // paused close op (async read)
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
template<class... Args>
|
template<class... Args>
|
||||||
impl_type(Args&&... args)
|
impl_type(Args&&... args)
|
||||||
: stream(std::forward<Args>(args)...)
|
: stream(std::forward<Args>(args)...)
|
||||||
|
Reference in New Issue
Block a user