summaryrefslogtreecommitdiff
path: root/boost/asio/detail/strand_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/detail/strand_service.hpp')
-rw-r--r--boost/asio/detail/strand_service.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/asio/detail/strand_service.hpp b/boost/asio/detail/strand_service.hpp
index 4206346585..3a271b50d5 100644
--- a/boost/asio/detail/strand_service.hpp
+++ b/boost/asio/detail/strand_service.hpp
@@ -84,9 +84,6 @@ public:
// Construct a new strand implementation.
BOOST_ASIO_DECL void construct(implementation_type& impl);
- // Destroy a strand implementation.
- void destroy(implementation_type& impl);
-
// Request the io_service to invoke the given handler.
template <typename Handler>
void dispatch(implementation_type& impl, Handler handler);