diff --git a/include/boost/multiprecision/miller_rabin.hpp b/include/boost/multiprecision/miller_rabin.hpp index d804df38..1e6bbe98 100644 --- a/include/boost/multiprecision/miller_rabin.hpp +++ b/include/boost/multiprecision/miller_rabin.hpp @@ -174,7 +174,6 @@ typename enable_if_c::value == number_kind_integer, boo for(unsigned i = 0; i < trials; ++i) { x = dist(gen); - y; expmod(x, q, n, y); unsigned j = 0; while(true)