Skip to content

Commit 6cda7ab

Browse files
committed
r1 is unused
1 parent a357a12 commit 6cda7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cp-algo/number_theory/modint.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ namespace cp_algo::math {
159159
}
160160
private:
161161
static thread_local Int m;
162-
static thread_local Base::UInt im, r1, r2;
162+
static thread_local Base::UInt im, r2;
163163
};
164164
template<typename Int>
165165
Int thread_local dynamic_modint<Int>::m = 1;

0 commit comments

Comments
 (0)