2
0
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:
Christopher Kohlhoff
2020-07-23 21:51:49 +10:00
parent 04e1412d68
commit eeb12fb723

View File

@@ -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;