Skip to content

Commit

Permalink
Small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgowan committed Jan 28, 2024
1 parent 6095750 commit 3f3183c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ std::vector<Node> GWhistGenerator(int num,unsigned int seed){
}
else {
suits[j] = (_bzhi_u32(~0, suit_lengths[j]+cum_sum)) ^ _bzhi_u32(~0,cum_sum);
//assert((suits[j] & suits[j - 1])== 0);
}
cum_sum+= suit_lengths[j];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ std::vector<Action> GWhistFState::LegalActions() const{
}

void GWhistFState::DoApplyAction(Action move) {
// Additional book-keeping
//initial deal//
int player_start = player_;
if (move_number_ < (kNumSuits * kNumRanks) / 2) {
Expand Down

0 comments on commit 3f3183c

Please sign in to comment.