Skip to content

Commit 15f91ee

Browse files
committed
Remove unused
1 parent 3e2cdd9 commit 15f91ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/math/subset_convolution.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ namespace cp_algo::math {
185185
std::decay_t<decltype(a)> res = {};
186186
const auto mod = base::mod();
187187
const auto imod = math::inv2(-mod);
188-
const auto r2 = u64x4() + uint32_t(-1) % mod + 1;
189188
const auto r4 = u64x4() + uint64_t(-1) % mod + 1;
190189
for(size_t i = 0; i < logn; i++) {
191190
for(size_t j = 0; i + j + 1 < logn; j++) {

0 commit comments

Comments
 (0)