Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Nov 11, 2016
1 parent 37ba031 commit 2d1a0cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions msgp/read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -763,12 +763,6 @@ func TestCopyNext(t *testing.T) {
n, buf.Len())
}

// p := make([]byte, 0, len(buf.Bytes()))
// n, err := de.ReadNext(p)
// if err != nil {
// t.Fatal(err)
// }

if !bytes.Equal(buf.Bytes(), w.Bytes()) {
t.Fatalf("not equal! %v, %v", buf.Bytes(), w.Bytes())
}
Expand Down

0 comments on commit 2d1a0cb

Please sign in to comment.