From 29f838b9d9b7cb95c043c8ba339754ffde1b8104 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 21 Jan 2019 18:58:08 -0800 Subject: [PATCH] Remove unused enum --- include/boost/beast/websocket/impl/stream_impl.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/beast/websocket/impl/stream_impl.hpp b/include/boost/beast/websocket/impl/stream_impl.hpp index 096f4264..90a255a3 100644 --- a/include/boost/beast/websocket/impl/stream_impl.hpp +++ b/include/boost/beast/websocket/impl/stream_impl.hpp @@ -78,10 +78,6 @@ struct stream::impl_type saved_handler paused_r_rd; // paused read op (async read) saved_handler paused_r_close; // paused close op (async read) - enum - { - }; - template impl_type(Args&&... args) : stream(std::forward(args)...)