diff --git a/include/boost/asio/impl/write.hpp b/include/boost/asio/impl/write.hpp index fae7f3b1..dd1de332 100644 --- a/include/boost/asio/impl/write.hpp +++ b/include/boost/asio/impl/write.hpp @@ -1064,29 +1064,6 @@ struct associator -struct associated_cancellation_slot< - detail::write_dynbuf_v2_op, - CancellationSlot> - : detail::associated_cancellation_slot_forwarding_base< - WriteHandler, CancellationSlot> -{ - typedef typename associated_cancellation_slot< - WriteHandler, CancellationSlot>::type type; - - static type get( - const detail::write_dynbuf_v2_op& h, - const CancellationSlot& s = CancellationSlot()) BOOST_ASIO_NOEXCEPT - { - return associated_cancellation_slot::get(h.handler_, s); - } -}; - #endif // !defined(GENERATING_DOCUMENTATION) template