Remove legacy NormalizedNode serialization classes
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / resources / Cohort.proto
diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Cohort.proto b/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Cohort.proto
deleted file mode 100644 (file)
index 222f68a..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.opendaylight.controller.mdsal;
-
-option java_package = "org.opendaylight.controller.protobuff.messages.cohort3pc";
-option java_outer_classname = "ThreePhaseCommitCohortMessages";
-
-
-message CanCommitTransaction{
-  optional string transactionId = 1;
-}
-
-message CanCommitTransactionReply{
-  required bool canCommit = 1;
-
-}
-
-message AbortTransaction{
-  optional string transactionId = 1;
-}
-
-message AbortTransactionReply {
-
-}
-
-message CommitTransaction{
-  optional string transactionId = 1;
-}
-
-message CommitTransactionReply{
-
-}
-
-message PreCommitTransaction{
-
-}
-message PreCommitTransactionReply{
-
-}
\ No newline at end of file