Remove stale comment

Removes comment lines about MaxUnsolicitedReportDelay. This is already
documented in the comment for GenericMulticastProtocolOptions.

PiperOrigin-RevId: 346185053
This commit is contained in:
Sam Balana
2020-12-07 14:51:35 -08:00
committed by gVisor bot
parent d574666dea
commit 0e5ba13b33
@@ -152,9 +152,6 @@ type GenericMulticastProtocolState struct {
}
// Init initializes the Generic Multicast Protocol state.
//
// maxUnsolicitedReportDelay is the maximum time between sending unsolicited
// reports after joining a group.
func (g *GenericMulticastProtocolState) Init(opts GenericMulticastProtocolOptions) {
g.mu.Lock()
defer g.mu.Unlock()