This is an automated email from the ASF dual-hosted git repository. junchao pushed a commit to branch cassandra in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit e71bfd9ce9b60deff4629273c54b58248882edf3 Author: cjcchen <[email protected]> AuthorDate: Wed Nov 5 00:29:52 2025 +0000 add --- platform/consensus/ordering/cassandra/proto/proposal.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/consensus/ordering/cassandra/proto/proposal.proto b/platform/consensus/ordering/cassandra/proto/proposal.proto index ce9cceed..72da476e 100644 --- a/platform/consensus/ordering/cassandra/proto/proposal.proto +++ b/platform/consensus/ordering/cassandra/proto/proposal.proto @@ -29,10 +29,6 @@ message History { int32 id = 4; } -message WeakProposal { - repeated bytes hash = 1; -} - message Proposal { Header header = 1; repeated History history = 2;
