[libmath-prime-util-perl] 33/54: Remove unused line

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:52:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.38
in repository libmath-prime-util-perl.

commit 8a200c70af3f257233499d01a2a0184641a5bf81
Author: Dana Jacobsen <dana at acm.org>
Date:   Tue Feb 18 09:01:07 2014 -0800

    Remove unused line
---
 examples/project_euler_342.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/project_euler_342.pl b/examples/project_euler_342.pl
index 698207c..20afb8a 100644
--- a/examples/project_euler_342.pl
+++ b/examples/project_euler_342.pl
@@ -33,7 +33,6 @@ my $sum = 0;
 
 if ($method eq 'clever') {
   # About 5 seconds for 10^10-1
-  my $sqlimit = Math::GMPz->new($limit) * $limit;
   my $cblimit = int( ($limit*$limit) ** 0.3334 + 0.01 );
   foreach my $k (2 .. $cblimit) {
     next if $k & 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list