diff --git a/src/main/proto/wfa/measurement/api/v2alpha/data_provider.proto b/src/main/proto/wfa/measurement/api/v2alpha/data_provider.proto index 47e4c350..116a128a 100644 --- a/src/main/proto/wfa/measurement/api/v2alpha/data_provider.proto +++ b/src/main/proto/wfa/measurement/api/v2alpha/data_provider.proto @@ -76,12 +76,6 @@ message DataProvider { message Capabilities { // Whether the Honest Majority Share Shuffle (HMSS) protocol is supported. bool honest_majority_share_shuffle_supported = 1; - // Whether the VID sampling interval wrapping around 1 is supported for LLv2 - // protocol. - bool llv2_vid_sampling_interval_wrapping_supported = 2; - // Whether the VID sampling interval wrapping around 1 is supported for HMSS - // protocol. - bool hmss_vid_sampling_interval_wrapping_supported = 3; } // Capabilities of this `DataProvider`. //