Skip to content

Commit

Permalink
r1 is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed Nov 20, 2024
1 parent a357a12 commit 6cda7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp-algo/number_theory/modint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ namespace cp_algo::math {
}
private:
static thread_local Int m;
static thread_local Base::UInt im, r1, r2;
static thread_local Base::UInt im, r2;
};
template<typename Int>
Int thread_local dynamic_modint<Int>::m = 1;
Expand Down

0 comments on commit 6cda7ab

Please sign in to comment.