mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-13 12:32:18 +00:00
Remove dead statement
[SVN r77475]
This commit is contained in:
@@ -174,7 +174,6 @@ typename enable_if_c<number_category<Backend>::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)
|
||||
|
||||
Reference in New Issue
Block a user