Merge pull request #29621 from YikSanChan/cleanup/remove-unreferenced-private-method

Remove unreferenced private method
This commit is contained in:
Patrik Nordwall 2020-09-21 11:35:44 +02:00 committed by GitHub
commit 74efd34b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,13 +333,6 @@ private[cluster] class GossipEnvelope private (
ser = null
}
}
@throws(classOf[java.io.ObjectStreamException])
private def writeReplace(): AnyRef = {
deserialize()
this
}
}
/**