Skip to content

Commit

Permalink
rm big endian implicit inference
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed Jun 10, 2024
1 parent bdce9ea commit 5e4942b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ func NewParser(in io.Reader, bytesToRead int64, frameChannel chan *frame.Frame,
bo: binary.LittleEndian,
implicit: true,
},
{
name: "Big Endian Implicit",
bo: binary.BigEndian,
implicit: true,
},
{
name: "Big Endian Explicit",
bo: binary.BigEndian,
Expand Down

0 comments on commit 5e4942b

Please sign in to comment.