We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41c71 commit 4a07017Copy full SHA for 4a07017
1 file changed
include/dtlmod/Stream.hpp
@@ -57,8 +57,6 @@ class Stream : public std::enable_shared_from_this<Stream> {
57
58
protected:
59
/// \cond EXCLUDE_FROM_DOCUMENTATION
60
- [[nodiscard]] const Transport::Method& get_transport_method() const noexcept { return transport_method_; }
61
-
62
[[nodiscard]] static constexpr const char* mode_to_str(Mode mode) noexcept
63
{
64
return (mode == Mode::Publish) ? "Mode::Publish" : "Mode::Subscribe";
0 commit comments