remove useless variable declaration
This commit is contained in:
parent
aaa0924dc7
commit
7c7136f02a
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ sub handler {
|
||||||
return Apache2::Const::OK
|
return Apache2::Const::OK
|
||||||
unless -e $path . '.wgaccess';
|
unless -e $path . '.wgaccess';
|
||||||
|
|
||||||
my $fileContents;
|
|
||||||
open my $FILE, '<' , $path . '.wgaccess';
|
open my $FILE, '<' , $path . '.wgaccess';
|
||||||
my $fileContents = do { local $/; <$FILE> };
|
my $fileContents = do { local $/; <$FILE> };
|
||||||
close($FILE);
|
close($FILE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue