From 1d69c8f0393337d4f222cc1af1af813d77922c84 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 27 Oct 2025 07:11:12 -0700 Subject: Remove the ability to get sockaddrs from endpoints. There is no valid use for this, once we added the ability to query the bound port. --- src/core/stream.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core') diff --git a/src/core/stream.c b/src/core/stream.c index c06bb1e3..c5e719ea 100644 --- a/src/core/stream.c +++ b/src/core/stream.c @@ -440,13 +440,6 @@ nng_stream_dialer_get_ms(nng_stream_dialer *d, const char *n, nng_duration *v) return (nni_stream_dialer_get(d, n, v, NULL, NNI_TYPE_DURATION)); } -nng_err -nng_stream_dialer_get_addr( - nng_stream_dialer *d, const char *n, nng_sockaddr *v) -{ - return (nni_stream_dialer_get(d, n, v, NULL, NNI_TYPE_SOCKADDR)); -} - nng_err nng_stream_dialer_get_tls(nng_stream_dialer *d, nng_tls_config **cfgp) { -- cgit v1.2.3-70-g09d2