aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/api/tls_connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/api/tls_connection.h b/platform/api/tls_connection.h
index 2be6535f..3da1e7e6 100644
--- a/platform/api/tls_connection.h
+++ b/platform/api/tls_connection.h
@@ -40,9 +40,6 @@ class TlsConnection {
// Sends a message. Returns true iff the message will be sent.
[[nodiscard]] virtual bool Send(const void* data, size_t len) = 0;
- // Get the local address.
- virtual IPEndpoint GetLocalEndpoint() const { return IPEndpoint(); }
-
// Get the connected remote address.
virtual IPEndpoint GetRemoteEndpoint() const = 0;