$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77475 - sandbox/big_number/boost/multiprecision
From: john_at_[hidden]
Date: 2012-03-22 09:27:13
Author: johnmaddock
Date: 2012-03-22 09:27:12 EDT (Thu, 22 Mar 2012)
New Revision: 77475
URL: http://svn.boost.org/trac/boost/changeset/77475
Log:
Remove dead statement
Text files modified:
sandbox/big_number/boost/multiprecision/miller_rabin.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/big_number/boost/multiprecision/miller_rabin.hpp
==============================================================================
--- sandbox/big_number/boost/multiprecision/miller_rabin.hpp (original)
+++ sandbox/big_number/boost/multiprecision/miller_rabin.hpp 2012-03-22 09:27:12 EDT (Thu, 22 Mar 2012)
@@ -174,7 +174,6 @@
for(unsigned i = 0; i < trials; ++i)
{
x = dist(gen);
- y;
expmod(x, q, n, y);
unsigned j = 0;
while(true)