mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 22:34:32 +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_close; // paused close op (async read)
|
||||
|
||||
enum
|
||||
{
|
||||
};
|
||||
|
||||
template<class... Args>
|
||||
impl_type(Args&&... args)
|
||||
: stream(std::forward<Args>(args)...)
|
||||
|
Reference in New Issue
Block a user