From c2aa8c12e705ba77f3d2d28c5ba0a9ec7efb7632 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 25 Oct 2025 20:28:43 -0700 Subject: Drop the protocol version for internal implementations. The ops vector / protocol API/ABI were meant to support external implementations, but we have moved away from having pluggable protocols, and we aren't likely to support it any time soon. --- src/sp/protocol/pair0/pair.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sp/protocol/pair0/pair.c') diff --git a/src/sp/protocol/pair0/pair.c b/src/sp/protocol/pair0/pair.c index bf895858..9cd910e9 100644 --- a/src/sp/protocol/pair0/pair.c +++ b/src/sp/protocol/pair0/pair.c @@ -560,7 +560,6 @@ static nni_proto_sock_ops pair0_sock_ops = { // Legacy protocol (v0) static nni_proto pair0_proto = { - .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { NNI_PROTO_PAIR_V0, "pair" }, .proto_peer = { NNI_PROTO_PAIR_V0, "pair" }, .proto_flags = NNI_PROTO_FLAG_SNDRCV, @@ -569,7 +568,6 @@ static nni_proto pair0_proto = { }; static nni_proto pair0_proto_raw = { - .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { NNI_PROTO_PAIR_V0, "pair" }, .proto_peer = { NNI_PROTO_PAIR_V0, "pair" }, .proto_flags = NNI_PROTO_FLAG_SNDRCV | NNI_PROTO_FLAG_RAW, -- cgit v1.2.3-70-g09d2