Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TODO comment for closed issue #2573

Merged
merged 10 commits into from
May 10, 2023
Prev Previous commit
Next Next commit
fix: removed todo tags for closed issues
  • Loading branch information
adetunjii committed May 6, 2023
commit 898adb96169b68e7eebad35e1f54b75edcfd7858
3 changes: 0 additions & 3 deletions internal/wire/msg_body.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ type MsgBody interface {
msgbody() // seal for go-sumtype
}

// crc32c checksum byte size
const kCrc32Size = 4

//go-sumtype:decl MsgBody

// ErrZeroRead is returned when zero bytes was read from connection,
Expand Down