Skip to content

Commit

Permalink
Less checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 20, 2024
1 parent de2ec58 commit 26d21e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion replication/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {
if len(data) == 8 {
return nil
}
return fmt.Errorf("uuidCount %d doesn't match data length %d", uuidCount, len(data))
}

previousGTIDSets := make([]string, uuidCount)
Expand Down

0 comments on commit 26d21e8

Please sign in to comment.