[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Jan 23 20:20:33 UTC 2016
The branch master has been updated
via bcfa685ecc87345845021b4834922797b070b9c7 (commit)
from de42e71701ff9f7af97e3c8904f12c55549c2503 (commit)
- Log -----------------------------------------------------------------
commit bcfa685ecc87345845021b4834922797b070b9c7
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Jan 23 12:35:30 2016 +0100
Remove extra unused variable in util/dofile.pl
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/dofile.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/dofile.pl b/util/dofile.pl
index 74d1520..617c09c 100644
--- a/util/dofile.pl
+++ b/util/dofile.pl
@@ -83,7 +83,7 @@ sub broken {
my $prev_linecount = 0;
my $text =
@ARGV
- ? join("", map { my $x = my $y = Text::Template::_load_text($_);
+ ? join("", map { my $x = Text::Template::_load_text($_);
my $linecount = $x =~ tr/\n//;
$prev_linecount = ($linecount += $prev_linecount);
$lines{$linecount} = $_;
More information about the openssl-commits
mailing list