提交 bcfa685e 编写于 作者: R Richard Levitte

Remove extra unused variable in util/dofile.pl

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 de42e717
......@@ -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} = $_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册