Skip to content

Commit

Permalink
delete unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Oct 10, 2018
1 parent e5dac45 commit 36f022b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unikmer/cmd/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ Tips:
infh, r, _, err = inStream(file)
checkError(err)

// if sampling {
// reader, err = unikmer.NewSamplingReader(infh, start, window)
// } else {
// reader, err = unikmer.NewReader(infh)
// }
reader, err = unikmer.NewReader(infh)
checkError(err)

Expand Down

0 comments on commit 36f022b

Please sign in to comment.