Skip to content

Commit

Permalink
removing a compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clemaitre committed Mar 1, 2022
1 parent 2dfdfd2 commit 7f6daa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/FindSNP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ bool FindSNP<span>::snp_at_end(unsigned char* beginpos, size_t limit, KmerType*
nuc[un] = 0;
nuc[deux] = 0;
nuc[trois] = 0;

unsigned char endpos = (*beginpos + limit) % 256;


unsigned char beginpos_init = (*beginpos);
//this->remove_nuc(nuc, *beginpos);
*ref_nuc = this->_find->het_kmer_history(*beginpos).kmer & 3; // obtain the reference nuc
Expand Down

0 comments on commit 7f6daa9

Please sign in to comment.