aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.c')
-rw-r--r--src/core/pipe.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/pipe.c b/src/core/pipe.c
index 6a3a2e21..120853dc 100644
--- a/src/core/pipe.c
+++ b/src/core/pipe.c
@@ -347,13 +347,6 @@ nni_pipe_getopt(
if (rv != NNG_ENOTSUP) {
return (rv);
}
- if (strcmp(name, NNG_OPT_REMADDR) == 0) {
- return (
- nni_copyout_sockaddr(nni_pipe_peer_addr(p), val, szp, t));
- } else if (strcmp(name, NNG_OPT_LOCADDR) == 0) {
- return (
- nni_copyout_sockaddr(nni_pipe_self_addr(p), val, szp, t));
- }
// Maybe the endpoint knows? The guarantees on pipes ensure that the
// pipe will not outlive its creating endpoint.