Skip to content

Commit

Permalink
Removed comented code
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-m committed Aug 26, 2015
1 parent 1310563 commit 5f8d7bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

package php_session_decoder

// import (
// // "bytes"
// )

func Fuzz(data []byte) int {
decoder := NewPhpDecoder(string(data))
_, err := decoder.Decode()
Expand Down

0 comments on commit 5f8d7bc

Please sign in to comment.