From d3bd35ab49ad74528fd9e34cce9016d74dd91943 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 28 Dec 2018 21:07:58 -0800 Subject: fixes #831 Unify option structures, o_type is unused --- src/core/defs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/defs.h') diff --git a/src/core/defs.h b/src/core/defs.h index 3a3f23ff..5c06cf53 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -47,12 +47,10 @@ typedef struct nni_listener nni_listener; typedef struct nni_pipe nni_pipe; typedef struct nni_tran nni_tran; -typedef struct nni_tran_option nni_tran_option; typedef struct nni_tran_dialer_ops nni_tran_dialer_ops; typedef struct nni_tran_listener_ops nni_tran_listener_ops; typedef struct nni_tran_pipe_ops nni_tran_pipe_ops; -typedef struct nni_proto_option nni_proto_option; typedef struct nni_proto_ctx_ops nni_proto_ctx_ops; typedef struct nni_proto_sock_ops nni_proto_sock_ops; typedef struct nni_proto_pipe_ops nni_proto_pipe_ops; -- cgit v1.2.3-70-g09d2