Skip to content

Commit d771c0a

Browse files
committed
Fix unused variable
1 parent dd3116b commit d771c0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/number_theory/dirichlet.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ namespace cp_algo::math {
8686
}
8787

8888
void Dirichlet_div_inplace(auto &H, auto const& G, int64_t n) {
89-
auto m = size(G);
9089
auto Gi = G[1].inv();
9190
H[0] -= H[0];
9291
adjacent_difference(begin(H), end(H), begin(H));

0 commit comments

Comments
 (0)