mirror of
https://github.com/boostorg/asio.git
synced 2026-01-26 18:22:09 +00:00
Remove unused variable.
This commit is contained in:
@@ -77,7 +77,6 @@ public:
|
||||
template <typename Executor, typename Handler>
|
||||
void reset(const Executor& ex, Handler handler)
|
||||
{
|
||||
const bool native = is_same<Executor, io_context::executor_type>::value;
|
||||
win_iocp_io_context* iocp_service = this->get_iocp_service(ex);
|
||||
|
||||
typedef win_iocp_overlapped_op<Handler, Executor> op;
|
||||
|
||||
Reference in New Issue
Block a user