From 7c7136f02a834e614b7e3083a7495c2fa755abf3 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 15 Apr 2010 14:03:09 -0500 Subject: [PATCH] remove useless variable declaration --- lib/WebGUI/URL/Uploads.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/URL/Uploads.pm b/lib/WebGUI/URL/Uploads.pm index aa6138bbd..000b3c3c1 100644 --- a/lib/WebGUI/URL/Uploads.pm +++ b/lib/WebGUI/URL/Uploads.pm @@ -55,7 +55,6 @@ sub handler { return Apache2::Const::OK unless -e $path . '.wgaccess'; - my $fileContents; open my $FILE, '<' , $path . '.wgaccess'; my $fileContents = do { local $/; <$FILE> }; close($FILE);