diff --git a/operators_test.cpp b/operators_test.cpp index ac7988d..f2893e0 100644 --- a/operators_test.cpp +++ b/operators_test.cpp @@ -499,7 +499,6 @@ namespace void operator()(boost::minstd_rand& randomizer) const { Big b1 = Big( randomizer() ); - Big b2 = Big( randomizer() ); Small s = Small( randomizer() ); test_left( Wrapped6(b1), s, b1, s );