Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Aug 29, 2023
1 parent f93f124 commit 8649e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2.0/plink2_ld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,6 @@ PglErr LdPrune(const uintptr_t* orig_variant_include, const ChrInfo* cip, const
const uint32_t raw_sample_ctl = BitCtToWordCt(raw_sample_ct);
const uint32_t variant_ctl = BitCtToWordCt(variant_ct);
const uint32_t founder_male_ct = PopcountWordsIntersect(founder_info, sex_male, raw_sample_ctl);
const uint32_t founder_ctl = BitCtToWordCt(founder_ct);
uint32_t* founder_info_cumulative_popcounts;
// bugfix (25 Mar 2023, 25 Aug 2023): founder_nonmale/founder_male are NOT
// supposed to be "collapsed".
Expand Down

0 comments on commit 8649e79

Please sign in to comment.