projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de42e71
)
Remove extra unused variable in util/dofile.pl
author
Richard Levitte
<levitte@openssl.org>
Sat, 23 Jan 2016 11:35:30 +0000
(12:35 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 23 Jan 2016 20:20:30 +0000
(21:20 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/dofile.pl
patch
|
blob
|
history
diff --git
a/util/dofile.pl
b/util/dofile.pl
index 74d1520ed0f67063510948ba432fc2563bb60188..617c09ce6562cbee56a04cc8ea1c4b17bcca085e 100644
(file)
--- 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} = $_;