aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index 242e1d8c..cc14de86 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -21,7 +21,6 @@ struct nng_pipe {
uint32_t p_id;
nni_tran_pipe p_tran_ops;
void * p_tran_data;
- nni_proto_pipe p_proto_ops;
void * p_proto_data;
nni_list_node p_node;
nni_sock * p_sock;