Skip to content

Commit

Permalink
core: remove TODO, it's OK for the current design
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Apr 14, 2024
1 parent 4cd2c2a commit b7591b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ftp/detail/socket_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class socket_base

[[nodiscard]] virtual boost::asio::ip::tcp::socket::executor_type get_executor() = 0;

// TODO: Remove.
[[nodiscard]] virtual boost::asio::ip::tcp::socket & get_socket() = 0;

[[nodiscard]] virtual boost::asio::ip::tcp::socket detach() = 0;
Expand Down

0 comments on commit b7591b0

Please sign in to comment.