BUG-5280: remove support for talking to pre-Boron clients
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / ReadyTransactionReply.java
index 475ef3a3633d49566b719c2d3e138820cb08384a..5ddc77f8f624c15f2e75dcebf3adbc693cebfde4 100644 (file)
@@ -46,12 +46,6 @@ public class ReadyTransactionReply extends VersionedExternalizableMessage {
         out.writeUTF(cohortPath);
     }
 
-    @Override
-    protected Object newLegacySerializedInstance() {
-        // no legacy serialized type for this class; return self
-        return this;
-    }
-
     public static ReadyTransactionReply fromSerializable(Object serializable) {
         return (ReadyTransactionReply)serializable;
     }