Skip to content

Commit

Permalink
Cleanup commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Nov 11, 2016
1 parent c956134 commit 200fd71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions msgp/read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,4 @@ func TestReadNext(t *testing.T) {
if !bytes.Equal(buf.Bytes(), p[:n]) {
t.Fatalf("not equal! %v, %v", buf.Bytes(), p[:n])
}

// Copy the bytes
// cpy := make([]byte, len(buf.Bytes())
// copy(cpy, buf.Bytes())

}

0 comments on commit 200fd71

Please sign in to comment.