Skip to content

Commit

Permalink
Remove deprecated alias io_service.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Oct 21, 2024
1 parent ae27080 commit 49fcd03
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 59 deletions.
2 changes: 0 additions & 2 deletions asio/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ nobase_include_HEADERS = \
asio/impl/write.hpp \
asio/io_context.hpp \
asio/io_context_strand.hpp \
asio/io_service.hpp \
asio/io_service_strand.hpp \
asio/ip/address.hpp \
asio/ip/address_v4.hpp \
asio/ip/address_v4_iterator.hpp \
Expand Down
2 changes: 0 additions & 2 deletions asio/include/asio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@
#include "asio/immediate.hpp"
#include "asio/io_context.hpp"
#include "asio/io_context_strand.hpp"
#include "asio/io_service.hpp"
#include "asio/io_service_strand.hpp"
#include "asio/ip/address.hpp"
#include "asio/ip/address_v4.hpp"
#include "asio/ip/address_v4_iterator.hpp"
Expand Down
33 changes: 0 additions & 33 deletions asio/include/asio/io_service.hpp

This file was deleted.

20 changes: 0 additions & 20 deletions asio/include/asio/io_service_strand.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion asio/src/doc/requirements/AsyncRandomAccessReadDevice.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ asio.reference.ReadHandler read handler] requirements.
[
Initiates an asynchronous operation to read one or more bytes of data
from the device `a` at the offset `o`. The operation is performed via the
`io_service` object `a.get_io_service()` and behaves according to [link
I/O executor `a.get_executor()` and behaves according to [link
asio.reference.asynchronous_operations asynchronous operation]
requirements.[br]
[br]
Expand Down
2 changes: 1 addition & 1 deletion asio/src/doc/requirements/AsyncRandomAccessWriteDevice.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ asio.reference.WriteHandler write handler] requirements.
[
Initiates an asynchronous operation to write one or more bytes of data to
the device `a` at offset `o`. The operation is performed via the
`io_service` object `a.get_io_service()` and behaves according to [link
I/O executor `a.get_executor()` and behaves according to [link
asio.reference.asynchronous_operations asynchronous operation]
requirements.[br]
[br]
Expand Down

0 comments on commit 49fcd03

Please sign in to comment.