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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pipe.c b/src/core/pipe.c
index 0a7bbed1..15ae393b 100644
--- a/src/core/pipe.c
+++ b/src/core/pipe.c
@@ -89,7 +89,6 @@ nni_pipe_create(nni_pipe **pp, nni_endpt *ep)
p->p_trandata = NULL;
p->p_protdata = NULL;
p->p_ops = *ep->ep_ops.ep_pipe_ops;
- p->p_id = nni_plat_nextid();
p->p_ep = ep;
p->p_sock = ep->ep_sock;
if (ep->ep_dialer != NULL) {