diff options
Diffstat (limited to 'src/sp/protocol/pair1')
| -rw-r--r-- | src/sp/protocol/pair1/pair.c | 2 | ||||
| -rw-r--r-- | src/sp/protocol/pair1/pair1_poly.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/sp/protocol/pair1/pair.c b/src/sp/protocol/pair1/pair.c index bddde6f8..138af845 100644 --- a/src/sp/protocol/pair1/pair.c +++ b/src/sp/protocol/pair1/pair.c @@ -793,7 +793,6 @@ static nni_proto_sock_ops pair1_sock_ops = { }; static nni_proto pair1_proto = { - .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { PAIR1_SELF, PAIR1_SELF_NAME }, .proto_peer = { PAIR1_PEER, PAIR1_PEER_NAME }, .proto_flags = NNI_PROTO_FLAG_SNDRCV, @@ -821,7 +820,6 @@ static nni_proto_sock_ops pair1_sock_ops_raw = { }; static nni_proto pair1_proto_raw = { - .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { PAIR1_SELF, PAIR1_SELF_NAME }, .proto_peer = { PAIR1_PEER, PAIR1_PEER_NAME }, .proto_flags = NNI_PROTO_FLAG_SNDRCV | NNI_PROTO_FLAG_RAW, diff --git a/src/sp/protocol/pair1/pair1_poly.c b/src/sp/protocol/pair1/pair1_poly.c index 9c34cd00..958e6cb9 100644 --- a/src/sp/protocol/pair1/pair1_poly.c +++ b/src/sp/protocol/pair1/pair1_poly.c @@ -532,7 +532,6 @@ static nni_proto_sock_ops pair1poly_sock_ops = { }; static nni_proto pair1poly_proto = { - .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { PAIR1_SELF, PAIR1_SELF_NAME }, .proto_peer = { PAIR1_PEER, PAIR1_PEER_NAME }, .proto_flags = NNI_PROTO_FLAG_SNDRCV, |
