Skip to content

Commit 4a07017

Browse files
committed
remove dead code
1 parent cf41c71 commit 4a07017

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/dtlmod/Stream.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class Stream : public std::enable_shared_from_this<Stream> {
5757

5858
protected:
5959
/// \cond EXCLUDE_FROM_DOCUMENTATION
60-
[[nodiscard]] const Transport::Method& get_transport_method() const noexcept { return transport_method_; }
61-
6260
[[nodiscard]] static constexpr const char* mode_to_str(Mode mode) noexcept
6361
{
6462
return (mode == Mode::Publish) ? "Mode::Publish" : "Mode::Subscribe";

0 commit comments

Comments
 (0)