summaryrefslogtreecommitdiff
path: root/boost/asio/detail/impl/strand_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/detail/impl/strand_service.hpp')
-rw-r--r--boost/asio/detail/impl/strand_service.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/boost/asio/detail/impl/strand_service.hpp b/boost/asio/detail/impl/strand_service.hpp
index 1d98d99055..7581852ff5 100644
--- a/boost/asio/detail/impl/strand_service.hpp
+++ b/boost/asio/detail/impl/strand_service.hpp
@@ -50,11 +50,6 @@ struct strand_service::on_dispatch_exit
}
};
-inline void strand_service::destroy(strand_service::implementation_type& impl)
-{
- impl = 0;
-}
-
template <typename Handler>
void strand_service::dispatch(strand_service::implementation_type& impl,
Handler handler)